summaryrefslogtreecommitdiff
path: root/tnslc/compile/scope.tnsl
diff options
context:
space:
mode:
authorKai Gunger <kgunger12@gmail.com>2025-12-07 19:07:20 -0500
committerKai Gunger <kgunger12@gmail.com>2025-12-07 19:07:20 -0500
commitdb29085af649f8a42958898aaf2c3bfcef67f385 (patch)
tree1252cdb1947701541e4898b80898f51743809e44 /tnslc/compile/scope.tnsl
parentdaedfe9e1684ae855e2a4cf21249e1274ff8484d (diff)
change how methods are resolved
Diffstat (limited to 'tnslc/compile/scope.tnsl')
-rw-r--r--tnslc/compile/scope.tnsl7
1 files changed, 0 insertions, 7 deletions
diff --git a/tnslc/compile/scope.tnsl b/tnslc/compile/scope.tnsl
index 7dcf0ea..6e4d44d 100644
--- a/tnslc/compile/scope.tnsl
+++ b/tnslc/compile/scope.tnsl
@@ -156,13 +156,6 @@ struct Scope {
#
- # Add variables to the scope
- #
-
- /; mk_set_var(~Var v)
- ;/
-
- #
# Label generation
#