Removed dead DEBUG_MALLOC code.

This commit is contained in:
Steven Schubiger 2008-08-09 09:35:45 -07:00
parent ba09ad3502
commit 1515ea0dea
3 changed files with 4 additions and 7 deletions

View 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.

View 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

View 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 *);