aboutsummaryrefslogtreecommitdiff
path: root/src/interp/vmlisp.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-11-27 17:22:13 +0000
committerdos-reis <gdr@axiomatics.org>2007-11-27 17:22:13 +0000
commit18b0887c46d1bd949526790bfdc8aec6d622432d (patch)
treec354e4cb3b8835dd556e9426a761d54178d226b2 /src/interp/vmlisp.lisp
parent59c36150116157adb70ab288db259a96b993e53a (diff)
downloadopen-axiom-18b0887c46d1bd949526790bfdc8aec6d622432d.tar.gz
* vmlisp.lisp (create-sbc): Remove.
* property.lisp: Don't use it anymore. * g-opt.boot: Likewise. * i-spec2.boot: Likewise.
Diffstat (limited to 'src/interp/vmlisp.lisp')
-rw-r--r--src/interp/vmlisp.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/vmlisp.lisp b/src/interp/vmlisp.lisp
index e829899e..c2d66fd9 100644
--- a/src/interp/vmlisp.lisp
+++ b/src/interp/vmlisp.lisp
@@ -111,8 +111,6 @@
(defmacro |copyList| (x)
`(copy-list ,x))
-(defmacro create-sbc (x) x) ;a no-op for common lisp
-
(defmacro cvecp (x)
`(stringp ,x))