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.boot1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/compiler.boot b/src/interp/compiler.boot
index f5b1e292..386b0014 100644
--- a/src/interp/compiler.boot
+++ b/src/interp/compiler.boot
@@ -1606,7 +1606,6 @@ coerceEasy(T,m) ==
m=$EmptyMode => T
m=$NoValueMode or m=$Void => [T.expr,m,T.env]
T.mode =m => T
- T.mode =$NoValueMode => T
T.mode =$Exit =>
[["PROGN", T.expr, ["userError", '"Did not really exit."]],
m,T.env]