diff options
author | Gabriel Dos Reis <gdr@axiomatics.org> | 2015-12-26 14:48:49 -0800 |
---|---|---|
committer | Gabriel Dos Reis <gdr@axiomatics.org> | 2015-12-26 14:48:49 -0800 |
commit | d5011e370ab68f22c646683740e630193e8cd8d1 (patch) | |
tree | d02da889564c0302df872caed2178e540fddf8b0 /src/ChangeLog | |
parent | 9c4cf83110b026249e8ab70c3856ea6ac83fa601 (diff) | |
download | open-axiom-d5011e370ab68f22c646683740e630193e8cd8d1.tar.gz |
LASTELEM is not used. Remove.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b7c1c482..d13e7b4e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2015-12-26 Gabriel Dos Reis <gdr@axiomatics.org> + * interp/vmlisp.lisp (LASTELEM): Remove as unused. + +2015-12-26 Gabriel Dos Reis <gdr@axiomatics.org> + * interp/vmlisp.lisp (dispatchFunction): Remove. Adjust users. * interp/c-util.boot (lookupDefiningFunction): Use opcode '%function' in lieu of 'dispatchFunction'. |