diff options
Diffstat (limited to 'src/app')
-rw-r--r-- | src/app/main/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/app/main/main.c b/src/app/main/main.c index 902ff66f6d..0802404d16 100644 --- a/src/app/main/main.c +++ b/src/app/main/main.c @@ -323,7 +323,6 @@ dumpmemusage(int severity) dump_routerlist_mem_usage(severity); dump_cell_pool_usage(severity); dump_dns_mem_usage(severity); - tor_log_mallinfo(severity); } /** Write all statistics to the log, with log level <b>severity</b>. Called |