mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
Removed dead DEBUG_MALLOC code.
This commit is contained in:
parent
ba09ad3502
commit
1515ea0dea
@ -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>
|
2008-08-03 Micah Cowan <micah@cowan.name>
|
||||||
|
|
||||||
* main.c (print_help): Added --default-page.
|
* main.c (print_help): Added --default-page.
|
||||||
|
@ -1241,9 +1241,6 @@ WARNING: Can't reopen standard output in binary mode;\n\
|
|||||||
xfree (url[i]);
|
xfree (url[i]);
|
||||||
cleanup ();
|
cleanup ();
|
||||||
|
|
||||||
#ifdef DEBUG_MALLOC
|
|
||||||
print_malloc_debug_stats ();
|
|
||||||
#endif
|
|
||||||
if (status == RETROK)
|
if (status == RETROK)
|
||||||
return 0;
|
return 0;
|
||||||
else
|
else
|
||||||
|
@ -66,10 +66,6 @@ struct file_memory {
|
|||||||
char *time_str (time_t);
|
char *time_str (time_t);
|
||||||
char *datetime_str (time_t);
|
char *datetime_str (time_t);
|
||||||
|
|
||||||
#ifdef DEBUG_MALLOC
|
|
||||||
void print_malloc_debug_stats ();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
char *xstrdup_lower (const char *);
|
char *xstrdup_lower (const char *);
|
||||||
|
|
||||||
char *strdupdelim (const char *, const char *);
|
char *strdupdelim (const char *, const char *);
|
||||||
|
Loading…
Reference in New Issue
Block a user