summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHan-Wen Nienhuys <hanwen@lilypond.org>2008-08-16 02:58:36 -0300
committerHan-Wen Nienhuys <hanwen@xs4all.nl>2008-08-16 13:21:32 -0300
commite89b7b36259edb20f60efc0e3e11fa83e5b35b89 (patch)
treedee77b3b1cb12c9ae1c92b33a86f5d74a85e3209
parent569aa529d5379f3c942fa6eb01e8a1ad48ba9f77 (diff)
downloadguile-e89b7b36259edb20f60efc0e3e11fa83e5b35b89.tar.gz
Remove unused macro UNMARKED_CELL_P()
-rw-r--r--libguile/hashtab.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libguile/hashtab.c b/libguile/hashtab.c
index 85e4bb0ab..2d28d65b7 100644
--- a/libguile/hashtab.c
+++ b/libguile/hashtab.c
@@ -215,8 +215,6 @@ hashtable_print (SCM exp, SCM port, scm_print_state *pstate SCM_UNUSED)
return 1;
}
-#define UNMARKED_CELL_P(x) (SCM_NIMP(x) && !SCM_GC_MARK_P (x))
-
/* keep track of hash tables that need to shrink after scan */
static SCM to_rehash = SCM_EOL;