aboutsummaryrefslogtreecommitdiff
path: root/core/scopes.nom
diff options
context:
space:
mode:
Diffstat (limited to 'core/scopes.nom')
-rw-r--r--core/scopes.nom2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/scopes.nom b/core/scopes.nom
index f9dc758..a65b030 100644
--- a/core/scopes.nom
+++ b/core/scopes.nom
@@ -20,10 +20,8 @@ compile [with local %locals %body, with local %locals do %body] to:
"List":
declare locals ("\(% as lua)" for % in %locals) in %body_lua
-
"Var" "Action":
declare locals ["\(%locals as lua)"] in %body_lua
-
else:
compile error at %locals.source "Unexpected locals: %s"