aboutsummaryrefslogtreecommitdiff
path: root/src/interp/sys-constants.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/sys-constants.boot')
-rw-r--r--src/interp/sys-constants.boot7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/interp/sys-constants.boot b/src/interp/sys-constants.boot
index 3239d54d..017e5bb8 100644
--- a/src/interp/sys-constants.boot
+++ b/src/interp/sys-constants.boot
@@ -275,13 +275,6 @@ $AtVariables ==
$QueryVariables ==
[makeSymbol strconc('"?",toString i) for i in 1..50]
-++ List of basic predicates the system has a built-in optimization
-++ support for.
-$BasicPredicates ==
- '(INTEGERP STRINGP FLOATP SYMBOLP)
-
-
-
++ List of functions known to be free of side effects
++ FIXME: Check that the names on this list are not renamed.
$SideEffectFreeFunctionList ==