diff options
Diffstat (limited to 'compiler/ast.nim')
-rw-r--r-- | compiler/ast.nim | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/compiler/ast.nim b/compiler/ast.nim index a2598dae4..f24008b30 100644 --- a/compiler/ast.nim +++ b/compiler/ast.nim @@ -291,10 +291,6 @@ type const sfNoInit* = sfMainModule # don't generate code to init the variable - sfCursor* = sfDispatcher - # local variable has been computed to be a "cursor". - # see cursors.nim for details about what that means. - sfAllUntyped* = sfVolatile # macro or template is immediately expanded \ # in a generic context |