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

@@ -34,7 +34,6 @@ void thread_event_assert_invariants_debug(tsd_t *tsd);
void thread_event_trigger(tsd_t *tsd, event_ctx_t *ctx, bool delay_event);
void thread_alloc_event_rollback(tsd_t *tsd, size_t diff);
void thread_event_update(tsd_t *tsd, bool alloc_event);
void thread_event_boot();
void thread_event_recompute_fast_threshold(tsd_t *tsd);
void tsd_thread_event_init(tsd_t *tsd);