summaryrefslogtreecommitdiff
path: root/libguile/eq.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/eq.c')
-rw-r--r--libguile/eq.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libguile/eq.c b/libguile/eq.c
index 9aa86a509..eaf1accae 100644
--- a/libguile/eq.c
+++ b/libguile/eq.c
@@ -343,9 +343,6 @@ scm_equal_p (SCM x, SCM y)
case scm_tc7_vector:
case scm_tc7_wvect:
return scm_i_vector_equal_p (x, y);
-
- case scm_tc7_hashtable:
- return scm_i_hashtable_equal_p (x, y);
}
/* Check equality between structs of equal type (see cell-type test above). */
if (SCM_STRUCTP (x))