diff options
author | David Goulet <dgoulet@torproject.org> | 2021-02-23 11:02:33 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2021-02-23 11:02:33 -0500 |
commit | 296a557bfc5769617da53eee5a8670e2428ca458 (patch) | |
tree | 4fa2ad2d37b54fd69f64363190cece279d86231b /src/app/main | |
parent | 21317c92296f0c08176c8788f8f2bcf501e78032 (diff) | |
download | tor-296a557bfc5769617da53eee5a8670e2428ca458.tar.gz tor-296a557bfc5769617da53eee5a8670e2428ca458.zip |
Remove mallinfo() from codebase
Now deprecated in libc >= 2.33
Closes #40309
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'src/app/main')
-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 67f2181cd5..8a5d4cfd15 100644 --- a/src/app/main/main.c +++ b/src/app/main/main.c @@ -316,7 +316,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 |