aboutsummaryrefslogtreecommitdiff
path: root/src/interp/setvars.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/setvars.boot')
-rw-r--r--src/interp/setvars.boot1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/setvars.boot b/src/interp/setvars.boot
index d1e8b40a..f0f4d933 100644
--- a/src/interp/setvars.boot
+++ b/src/interp/setvars.boot
@@ -156,7 +156,6 @@ resetWorkspaceVariables() ==
SETQ($msgDatabase , NIL)
SETQ($msgDatabaseName , NIL)
SETQ($IOindex , 1 )
- SETQ($coerceIntByMapCounter , 0 )
SETQ($e , $EmptyEnvironment)
SETQ($env , [[nil]])