aboutsummaryrefslogtreecommitdiff
path: root/src/interp/boot-pkg.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/boot-pkg.lisp')
-rw-r--r--src/interp/boot-pkg.lisp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/interp/boot-pkg.lisp b/src/interp/boot-pkg.lisp
index 0cf0aa1b..5cb96d12 100644
--- a/src/interp/boot-pkg.lisp
+++ b/src/interp/boot-pkg.lisp
@@ -53,10 +53,6 @@
(defun define-function (f v)
(setf (symbol-function f) v)))
-;; The Boot system is certainly completed by now.
-(pushnew :open-axiom-boot-complete *features*)
-
-
;; Below are some missing functions. There here for lack of better
;; place (sys-funs.lisp?)
;;