diff --git a/src/bitmap_alloc.c b/src/bitmap_alloc.c index b29fa91..9c102c7 100644 --- a/src/bitmap_alloc.c +++ b/src/bitmap_alloc.c @@ -171,10 +171,6 @@ static inline void store_cache(bitmap_heap_descriptor_t *heap, int index) heap->cache[level] = index; } } - else - { - return 0; - } } /* @@ -191,10 +187,6 @@ static inline void uncache(bitmap_heap_descriptor_t *heap, int index) heap->cache[level] = 0; } } - else - { - return 0; - } } /*