Remove unused macro UNMARKED_CELL_P()
authorHan-Wen Nienhuys <hanwen@lilypond.org>
Sat, 16 Aug 2008 05:58:36 +0000 (02:58 -0300)
committerHan-Wen Nienhuys <hanwen@xs4all.nl>
Sat, 16 Aug 2008 16:21:32 +0000 (13:21 -0300)
libguile/hashtab.c

index 85e4bb0..2d28d65 100644 (file)
@@ -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;