Fixed warnings in uncache and store_cache
This commit is contained in:
@@ -171,10 +171,6 @@ static inline void store_cache(bitmap_heap_descriptor_t *heap, int index)
|
|||||||
heap->cache[level] = 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;
|
heap->cache[level] = 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
|
||||||
{
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user