aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@axiomatics.org>2015-12-26 14:48:49 -0800
committerGabriel Dos Reis <gdr@axiomatics.org>2015-12-26 14:48:49 -0800
commitd5011e370ab68f22c646683740e630193e8cd8d1 (patch)
treed02da889564c0302df872caed2178e540fddf8b0 /src/interp
parent9c4cf83110b026249e8ab70c3856ea6ac83fa601 (diff)
downloadopen-axiom-d5011e370ab68f22c646683740e630193e8cd8d1.tar.gz
LASTELEM is not used. Remove.
Diffstat (limited to 'src/interp')
-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 d517bc77..c4b95da4 100644
--- a/src/interp/vmlisp.lisp
+++ b/src/interp/vmlisp.lisp
@@ -1300,8 +1300,6 @@
(defmacro TL (&rest L) `(tail . ,L))
-(DEFUN LASTELEM (X) (car (|lastNode| X)))
-
(defun LISTOFATOMS (X)
(COND ((NULL X) NIL)
((ATOM X) (LIST X))