Remove redundant tcache_boot() call.

This commit is contained in:
Jason Evans 2015-02-15 14:04:55 -08:00
parent 41cfe03f39
commit b01186cebd

View File

@ -1193,8 +1193,6 @@ malloc_init_hard_a0_locked(void)
arena_boot();
if (config_tcache && tcache_boot())
return (true);
if (config_tcache && tcache_boot())
malloc_mutex_unlock(&init_lock);
if (malloc_mutex_init(&arenas_lock))
return (true);
/*