Remove thread_event_boot().

This commit is contained in:
Qi Wang
2020-01-29 20:29:05 -08:00
committed by Qi Wang
parent 97dd79db6c
commit 5e500523a0
3 changed files with 13 additions and 25 deletions

View File

@@ -1580,7 +1580,6 @@ malloc_init_hard_a0_locked() {
if (config_prof) {
prof_boot1();
}
thread_event_boot();
arena_boot(&sc_data);
if (tcache_boot(TSDN_NULL)) {
return true;