aboutsummaryrefslogtreecommitdiff
path: root/src/interp/setvart.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/setvart.boot')
-rw-r--r--src/interp/setvart.boot19
1 files changed, 0 insertions, 19 deletions
diff --git a/src/interp/setvart.boot b/src/interp/setvart.boot
index 6c078b61..d84b29ec 100644
--- a/src/interp/setvart.boot
+++ b/src/interp/setvart.boot
@@ -1510,25 +1510,6 @@ $setOptions := '(
(on off)
off)
--- ------------------- The optimization Option -------------------
---
--- Description: show optimized LISP code
---
--- The optimization option may be followed by any one of the
--- following:
---
--- on
--- -> off
---
--- The current setting is indicated within the list.
- (optimization
- "show optimized LISP code"
- development
- LITERALS
- $reportOptimization
- (on off)
- off)
-
-- ------------------- The prettyprint Option --------------------
--
-- Description: prettyprint BOOT func's as they compile