]> sjero.net Git - wget/commitdiff
Removed dead DEBUG_MALLOC code.
authorSteven Schubiger <stsc@members.fsf.org>
Sat, 9 Aug 2008 16:35:45 +0000 (09:35 -0700)
committerSteven Schubiger <stsc@members.fsf.org>
Sat, 9 Aug 2008 16:35:45 +0000 (09:35 -0700)
src/ChangeLog
src/main.c
src/utils.h

index 3f587b2087cc9858c38344097b429174a5233a49..8acab925089c3d1f4608a2a2a587478bd5fdc638 100644 (file)
@@ -1,3 +1,7 @@
+2008-08-08  Steven Schubiger  <stsc@members.fsf.org>
+
+       * main.c, utils.h: Removed some dead conditional DEBUG_MALLOC code.
+
 2008-08-03  Micah Cowan  <micah@cowan.name>
 
        * main.c (print_help): Added --default-page.
index a7c00b1cbc5372c32589ae8f7710b9a888d16452..3896afd005a349d5f190e8b50ed93bf8572adce1 100644 (file)
@@ -1241,9 +1241,6 @@ WARNING: Can't reopen standard output in binary mode;\n\
     xfree (url[i]);
   cleanup ();
 
-#ifdef DEBUG_MALLOC
-  print_malloc_debug_stats ();
-#endif
   if (status == RETROK)
     return 0;
   else
index d3ae9b33f11c75a61dfeb3de1cf8686a3bfb0f9c..becdc92427379d29348ec92da443ac6cdd068d1c 100644 (file)
@@ -66,10 +66,6 @@ struct file_memory {
 char *time_str (time_t);
 char *datetime_str (time_t);
 
-#ifdef DEBUG_MALLOC
-void print_malloc_debug_stats ();
-#endif
-
 char *xstrdup_lower (const char *);
 
 char *strdupdelim (const char *, const char *);