summary refs log tree commit diff stats
path: root/compiler/condsyms.nim
diff options
context:
space:
mode:
authorJasper Jenkins <jasper.vs.jenkins@gmail.com>2019-09-24 03:02:25 -0700
committerAndreas Rumpf <rumpf_a@web.de>2019-09-24 12:02:25 +0200
commitb49fb2d90f03453c7ef0a3679e264e6a5cc684ce (patch)
tree9c3f984c0b80706422c431c7a284e837a3501871 /compiler/condsyms.nim
parent13960066cbc376849288792bc20599396a03a0a9 (diff)
downloadNim-b49fb2d90f03453c7ef0a3679e264e6a5cc684ce.tar.gz
remove nimnomagic64 (#12243)
Diffstat (limited to 'compiler/condsyms.nim')
-rw-r--r--compiler/condsyms.nim1
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")