aboutsummaryrefslogtreecommitdiff
path: root/src/interp/hash.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/hash.lisp')
-rw-r--r--src/interp/hash.lisp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/interp/hash.lisp b/src/interp/hash.lisp
index 98ac338a..9482efd3 100644
--- a/src/interp/hash.lisp
+++ b/src/interp/hash.lisp
@@ -74,8 +74,6 @@
(2 'EQUAL)
(t "error unknown hash table class")))
-(define-function 'HCOUNT #'hash-table-count)
-
;17.4 Searching and Updating
(defun HPUT (table key value) (setf (gethash key table) value))