aboutsummaryrefslogtreecommitdiff
path: root/src/interp/patches.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/patches.lisp')
-rw-r--r--src/interp/patches.lisp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/interp/patches.lisp b/src/interp/patches.lisp
index 68d17fc9..f9ec2f50 100644
--- a/src/interp/patches.lisp
+++ b/src/interp/patches.lisp
@@ -42,11 +42,6 @@
(define-function '|construct| #'list) ;; NEEDED , SPAD-COMPILER generated Lisp code
-(defun |mkAutoLoad| (fn cname)
- (function (lambda (&rest args)
- (|autoLoad| fn cname)
- (apply cname args))))
-
(defmacro dribinit (streamvar)
`(if (is-console ,streamvar)
(setq ,streamvar *terminal-io*)))