summaryrefslogtreecommitdiffstats
path: root/include/jemalloc/internal/tsd_malloc_thread_cleanup.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/jemalloc/internal/tsd_malloc_thread_cleanup.h')
-rw-r--r--include/jemalloc/internal/tsd_malloc_thread_cleanup.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/jemalloc/internal/tsd_malloc_thread_cleanup.h b/include/jemalloc/internal/tsd_malloc_thread_cleanup.h
index beb467a..bf8801e 100644
--- a/include/jemalloc/internal/tsd_malloc_thread_cleanup.h
+++ b/include/jemalloc/internal/tsd_malloc_thread_cleanup.h
@@ -47,7 +47,6 @@ tsd_get_allocates(void) {
/* Get/set. */
JEMALLOC_ALWAYS_INLINE tsd_t *
tsd_get(bool init) {
- assert(tsd_booted);
return &tsd_tls;
}
JEMALLOC_ALWAYS_INLINE void