diff options
Diffstat (limited to 'test/unit/prof_reset.c')
-rw-r--r-- | test/unit/prof_reset.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/unit/prof_reset.c b/test/unit/prof_reset.c index fc954f9..6120714 100644 --- a/test/unit/prof_reset.c +++ b/test/unit/prof_reset.c @@ -1,10 +1,5 @@ #include "test/jemalloc_test.h" -#ifdef JEMALLOC_PROF -const char *malloc_conf = - "prof:true,prof_active:false,lg_prof_sample:0"; -#endif - static int prof_dump_open_intercept(bool propagate_err, const char *filename) { int fd; |