remove unnecessary debugging code

This commit is contained in:
Daniel Micay 2018-09-05 03:41:56 -04:00
parent bf55fad6d0
commit 645209dcbf

View File

@ -413,9 +413,6 @@ static inline void slab_free(void *p) {
if (metadata->prev) {
metadata->prev->next = metadata->next;
} else {
if (c->partial_slabs != metadata) {
fatal_error("not good");
}
c->partial_slabs = metadata->next;
}
if (metadata->next) {