mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-21 20:40:05 +00:00
nscd: Remove unused variable
This commit is contained in:
parent
0374b487a7
commit
06e91f1a2e
@ -218,12 +218,8 @@ gc (struct database_dyn *db)
|
|||||||
|
|
||||||
/* Determine the highest offset. */
|
/* Determine the highest offset. */
|
||||||
BITMAP_T mask = HIGHBIT;
|
BITMAP_T mask = HIGHBIT;
|
||||||
ref_t highref = (high * BITS - 1) * BLOCK_ALIGN;
|
|
||||||
while ((mark[high - 1] & mask) == 0)
|
while ((mark[high - 1] & mask) == 0)
|
||||||
{
|
mask >>= 1;
|
||||||
mask >>= 1;
|
|
||||||
highref -= BLOCK_ALIGN;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Now we can iterate over the MARK array and find bits which are not
|
/* Now we can iterate over the MARK array and find bits which are not
|
||||||
set. These represent memory which can be recovered. */
|
set. These represent memory which can be recovered. */
|
||||||
|
Loading…
Reference in New Issue
Block a user