mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 06:35:32 +03:00
Removed unused variable. Closes #907
This commit is contained in:
parent
b4df1bca18
commit
152e206d18
@ -370,15 +370,12 @@ u3a_reflux(void)
|
|||||||
void
|
void
|
||||||
u3a_reclaim(void)
|
u3a_reclaim(void)
|
||||||
{
|
{
|
||||||
c3_w old_w;
|
|
||||||
|
|
||||||
if ( (0 == u3R->cax.har_p) ||
|
if ( (0 == u3R->cax.har_p) ||
|
||||||
(0 == u3to(u3h_root, u3R->cax.har_p)->use_w) )
|
(0 == u3to(u3h_root, u3R->cax.har_p)->use_w) )
|
||||||
{
|
{
|
||||||
fprintf(stderr, "allocate: reclaim: memo cache: empty\r\n");
|
fprintf(stderr, "allocate: reclaim: memo cache: empty\r\n");
|
||||||
u3m_bail(c3__meme);
|
u3m_bail(c3__meme);
|
||||||
}
|
}
|
||||||
old_w = u3a_open(u3R) + u3R->all.fre_w;
|
|
||||||
|
|
||||||
#if 1
|
#if 1
|
||||||
fprintf(stderr, "allocate: reclaim: half of %d entries\r\n",
|
fprintf(stderr, "allocate: reclaim: half of %d entries\r\n",
|
||||||
|
Loading…
Reference in New Issue
Block a user