aboutsummaryrefslogtreecommitdiff
path: root/src/interp/compiler.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r--src/interp/compiler.boot2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index e369e1f9..3ddfb253 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -83,8 +83,6 @@ $IOFormDomains ==
compTopLevel: (%Form,%Mode,%Env) -> %Maybe %Triple
compTopLevel(x,m,e) ==
- -- signals that target is derived from lhs-- see makeSlot1Info
- $NRTderivedTargetIfTrue: local := false
$currentFunction: local := nil
$forceAdd: local:= false
-- start with a base list of domains we may want to inline.