diff options
-rw-r--r-- | compiler/vm.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/vm.nim b/compiler/vm.nim index 4a505c920..a9bc95a19 100644 --- a/compiler/vm.nim +++ b/compiler/vm.nim @@ -20,7 +20,6 @@ import when defined(nimPreviewSlimSystem): import std/formatfloat -import astalgo import ast except getstr from semfold import leValueConv, ordinalValToString from evaltempl import evalTemplate |