From d5011e370ab68f22c646683740e630193e8cd8d1 Mon Sep 17 00:00:00 2001 From: Gabriel Dos Reis Date: Sat, 26 Dec 2015 14:48:49 -0800 Subject: LASTELEM is not used. Remove. --- src/ChangeLog | 4 ++++ src/interp/vmlisp.lisp | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/ChangeLog b/src/ChangeLog index b7c1c482..d13e7b4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2015-12-26 Gabriel Dos Reis + + * interp/vmlisp.lisp (LASTELEM): Remove as unused. + 2015-12-26 Gabriel Dos Reis * interp/vmlisp.lisp (dispatchFunction): Remove. Adjust users. 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)) -- cgit v1.2.3