From: Francesco Chemolli Date: Tue, 18 Mar 2014 08:42:54 +0000 (+0100) Subject: Removed last vestiges of mallinfo X-Git-Tag: SQUID_3_5_0_1~327^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a516a69468db4a19eb3a9a72e10e75ce6ef21e4d;p=thirdparty%2Fsquid.git Removed last vestiges of mallinfo --- diff --git a/src/globals.h b/src/globals.h index ca530da4c0..bf1c0b2ad9 100644 --- a/src/globals.h +++ b/src/globals.h @@ -66,7 +66,6 @@ extern int NDnsServersAlloc; /* 0 */ extern int RESERVED_FD; extern int Squid_MaxFD; /* SQUID_MAXFD */ extern int config_lineno; /* 0 */ -extern int do_mallinfo; /* 0 */ extern int opt_reuseaddr; /* 1 */ extern int neighbors_do_private_keys; /* 1 */ extern int opt_catch_signals; /* 1 */ diff --git a/src/main.cc b/src/main.cc index 61240d112d..851bb43537 100644 --- a/src/main.cc +++ b/src/main.cc @@ -1091,8 +1091,6 @@ mainInitialize(void) statInit(); storeInit(); mainSetCwd(); - /* after this point we want to see the mallinfo() output */ - do_mallinfo = 1; mimeInit(Config.mimeTablePathname); refreshInit(); #if USE_DELAY_POOLS