aboutsummaryrefslogtreecommitdiff
path: root/src/interp/daase.lisp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2007-10-29 17:39:55 +0000
committerdos-reis <gdr@axiomatics.org>2007-10-29 17:39:55 +0000
commit161d80a8ff9c0d819710de6a83a3cb5bbcfdbe61 (patch)
tree4c0e05d75978124ac2b9d9ca7808260d18bc6e95 /src/interp/daase.lisp
parent7b0b25d63ed483cc9ccd9525b5904feda65dc807 (diff)
downloadopen-axiom-161d80a8ff9c0d819710de6a83a3cb5bbcfdbe61.tar.gz
* Makefile.pamphlet (cattable.$(FASLEXT)): New rule.
(simpbool.$(FASLEXT)): Likewise. (<<cattable.clisp>>): Remove. (<<simpbool.clisp>>): Likewise. * cattable.boot.pamphlet: Push into package "BOOT". Fix syntax. * simpbool.boot: Likewise.
Diffstat (limited to 'src/interp/daase.lisp')
-rw-r--r--src/interp/daase.lisp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/interp/daase.lisp b/src/interp/daase.lisp
index 3d6b715c..2ef3529b 100644
--- a/src/interp/daase.lisp
+++ b/src/interp/daase.lisp
@@ -252,7 +252,6 @@
; (x . y) and doing an equal hash into this table.
(defvar *operation-hash* nil "given an operation name, what are its modemaps?")
-(defvar *hasCategory-hash* nil "answers x has y category questions")
(defvar *miss* nil "print out cache misses on getdatabase calls")