mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-05-28 16:00:22 +02:00
Remove unused macro UNMARKED_CELL_P()
This commit is contained in:
parent
569aa529d5
commit
e89b7b3625
1 changed files with 0 additions and 2 deletions
|
@ -215,8 +215,6 @@ hashtable_print (SCM exp, SCM port, scm_print_state *pstate SCM_UNUSED)
|
||||||
return 1;
|
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 */
|
/* keep track of hash tables that need to shrink after scan */
|
||||||
static SCM to_rehash = SCM_EOL;
|
static SCM to_rehash = SCM_EOL;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue