]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Removed last vestiges of mallinfo
authorFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 18 Mar 2014 08:42:54 +0000 (09:42 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Tue, 18 Mar 2014 08:42:54 +0000 (09:42 +0100)
src/globals.h
src/main.cc

index ca530da4c037cacd790e8780a6ff130a2642216b..bf1c0b2ad9557c3bf51e0d05ab44edc9147b419e 100644 (file)
@@ -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 */
index 61240d112d6156bf546db939733c840a3b5affb4..851bb43537bd3d068d637919005f1db22bca4e57 100644 (file)
@@ -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