aboutsummaryrefslogtreecommitdiff
path: root/src/interp/patches.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-04-30 09:42:31 +0000
committerdos-reis <gdr@axiomatics.org>2011-04-30 09:42:31 +0000
commit6661a9aa8e79dc934bde807293857f2dfc0eca6f (patch)
tree0f017b30dea95a80aff07f10c803e4494b767702 /src/interp/patches.lisp
parent8470ab862150f003472a1bb05605972c34a2005e (diff)
downloadopen-axiom-6661a9aa8e79dc934bde807293857f2dfc0eca6f.tar.gz
cleanup
Diffstat (limited to 'src/interp/patches.lisp')
-rw-r--r--src/interp/patches.lisp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/interp/patches.lisp b/src/interp/patches.lisp
index fc117573..e49d0e7b 100644
--- a/src/interp/patches.lisp
+++ b/src/interp/patches.lisp
@@ -114,12 +114,6 @@
(READSPADEXPR))
(t (|parseTransform| (|postTransform| (|string2SpadTree| line)))))))
-#+(and :lucid (not :ibm/370))
- (define-function 'RUN-AIX-PROGRAM #'SYS:RUN-AIX-PROGRAM)
-;; following should be no longer necessary
-;; (eval-when (eval load compile) (shadow 'delete))
-;; (define-function 'boot::delete #'|delete|)
-
;; following are defined in spadtest.boot and stantest.boot
(defun |installStandardTestPackages| () ())
(defun |spadtestValueHook| (val type) ())