]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
never use mallocmap()
authorwessels <>
Sat, 24 May 1997 02:46:13 +0000 (02:46 +0000)
committerwessels <>
Sat, 24 May 1997 02:46:13 +0000 (02:46 +0000)
src/tools.cc

index 8c0d16cd6948b7b4ac11615f0a052d29fe453685..bc0508623c3e6da52e5f00c954fcbf1274012168 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: tools.cc,v 1.106 1997/05/15 23:43:31 wessels Exp $
+ * $Id: tools.cc,v 1.107 1997/05/23 20:46:13 wessels Exp $
  *
  * DEBUG: section 21    Misc Functions
  * AUTHOR: Harvest Derived
@@ -218,9 +218,6 @@ dumpMallocStats()
     fprintf(debug_log, "\tbytes used in maintaining the free tree:\t%d\n",
        mp.treeoverhead);
 #endif /* HAVE_EXT_MALLINFO */
-#if PRINT_MMAP
-    mallocmap();
-#endif /* PRINT_MMAP */
 #endif /* HAVE_MALLINFO */
 }