1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-20 11:40:18 +02:00

Remove unused macro UNMARKED_CELL_P()

This commit is contained in:
Han-Wen Nienhuys 2008-08-16 02:58:36 -03:00 committed by Han-Wen Nienhuys
parent 569aa529d5
commit e89b7b3625

View 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;