diff options
author | Jasper Jenkins <jasper.vs.jenkins@gmail.com> | 2019-09-24 03:02:25 -0700 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-09-24 12:02:25 +0200 |
commit | b49fb2d90f03453c7ef0a3679e264e6a5cc684ce (patch) | |
tree | 9c3f984c0b80706422c431c7a284e837a3501871 /compiler/condsyms.nim | |
parent | 13960066cbc376849288792bc20599396a03a0a9 (diff) | |
download | Nim-b49fb2d90f03453c7ef0a3679e264e6a5cc684ce.tar.gz |
remove nimnomagic64 (#12243)
Diffstat (limited to 'compiler/condsyms.nim')
-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") |