diff options
Diffstat (limited to 'src/interp/compiler.boot')
-rw-r--r-- | src/interp/compiler.boot | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot index 88ef6691..5ab502a0 100644 --- a/src/interp/compiler.boot +++ b/src/interp/compiler.boot @@ -86,10 +86,6 @@ $coreDiagnosticFunctions == $IOFormDomains == [$InputForm,$OutputForm,$Syntax] -++ list of functions to compile -$compileOnlyCertainItems := [] - - --% compTopLevel: (%Form,%Mode,%Env) -> %Maybe %Triple |