summary refs log tree commit diff stats
path: root/compiler/ast.nim
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-01-23 12:22:34 +0100
committerAraq <rumpf_a@web.de>2014-01-23 12:22:34 +0100
commit1465a7b08096d825f77a85e5594266d78ff022a9 (patch)
treedce7af6986c97b2e06879510e84a88b9f3293cfc /compiler/ast.nim
parentd01ff8994b8805a6558c87f1f58c789e42c93694 (diff)
downloadNim-1465a7b08096d825f77a85e5594266d78ff022a9.tar.gz
small code cleanups
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 82cc2c96f..0e351a31a 100644
--- a/compiler/ast.nim
+++ b/compiler/ast.nim
@@ -287,7 +287,6 @@ const
 
   sfNoRoot* = sfBorrow # a local variable is provably no root so it doesn't
                        # require RC ops
-  sfClosureCreated* = sfDiscriminant # for transf-lambdalifting interaction
 
 const
   # getting ready for the future expr/stmt merge