diff options
Diffstat (limited to 'compiler')
-rw-r--r-- | compiler/condsyms.nim | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/condsyms.nim b/compiler/condsyms.nim index 3dc614a37..a4dd25045 100644 --- a/compiler/condsyms.nim +++ b/compiler/condsyms.nim @@ -48,7 +48,6 @@ proc initDefines*(symbols: StringTableRef) = defineSymbol("nimalias") defineSymbol("nimlocks") defineSymbol("nimnode") - defineSymbol("nimnomagic64") defineSymbol("nimvarargstyped") defineSymbol("nimtypedescfixed") defineSymbol("nimKnowsNimvm") |