aboutsummaryrefslogtreecommitdiff
path: root/src/interp/macros.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/macros.lisp')
-rw-r--r--src/interp/macros.lisp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/interp/macros.lisp b/src/interp/macros.lisp
index edb0b652..809c5c1e 100644
--- a/src/interp/macros.lisp
+++ b/src/interp/macros.lisp
@@ -184,9 +184,6 @@
(defmacro TL (&rest L) `(tail . ,L))
-
-(defmacro SPADCONST (&rest L) (cons 'qrefelt L))
-
(DEFUN LASTELEM (X) (car (last X)))
(defun LISTOFATOMS (X)