|
@@ -114,12 +114,10 @@ void remove_block_from_lists(void **block, heap_t *heap) {
|
|
|
#ifdef WITH_FIXED_LISTS
|
|
|
int fixed_list_id, i;
|
|
|
maptable_node_t *current_maptable_node;
|
|
|
-#endif /* WITH_FIXED_LISTS */
|
|
|
size_t size;
|
|
|
|
|
|
size = get_size(*block);
|
|
|
|
|
|
-#ifdef WITH_FIXED_LISTS
|
|
|
/* Check if it is a block of a fixed list */
|
|
|
fixed_list_id = map_size_to_list(heap, size);
|
|
|
if(fixed_list_id != -1) {
|