diff --git a/src/defrag.c b/src/defrag.c index fc327c506..e189deddd 100644 --- a/src/defrag.c +++ b/src/defrag.c @@ -58,7 +58,6 @@ void* activeDefragAlloc(void *ptr) { void *newptr; if(!je_get_defrag_hint(ptr)) { server.stat_active_defrag_misses++; - size = zmalloc_size(ptr); return NULL; } /* move this allocation to a new allocation.