summary refs log tree commit diff stats
path: root/compiler/ast.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2016-07-14 01:11:47 +0200
committerAraq <rumpf_a@web.de>2016-07-14 01:11:47 +0200
commit928ac1e9945582bf443ecc8a54aa5be76f17ecbd (patch)
tree264003f79787a89ab55e97dd6366dc3e83ab2c9e /compiler/ast.nim
parentc48102254a47bfbdbd4deb0d31c4d8cd91ce938b (diff)
parent491e8d04ec3d1631f5bde71148649b05c27d8b7d (diff)
downloadNim-928ac1e9945582bf443ecc8a54aa5be76f17ecbd.tar.gz
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r--compiler/ast.nim1
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim
index 2b4de75cc..5d587f35a 100644
--- a/compiler/ast.nim
+++ b/compiler/ast.nim
@@ -965,7 +965,6 @@ const
 var ggDebug* {.deprecated.}: bool ## convenience switch for trying out things
 var
   gMainPackageId*: int
-  gMainPackageNotes*: TNoteKinds
 
 proc isCallExpr*(n: PNode): bool =
   result = n.kind in nkCallKinds