From: Steven Schubiger Date: Wed, 18 Feb 2009 18:52:39 +0000 (+0100) Subject: Remove an unused declaration. X-Git-Tag: v1.13~370 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=1ebd5828cb6bd6eddb4f8af24e5c675355bbf7aa Remove an unused declaration. --- diff --git a/src/ChangeLog b/src/ChangeLog index 5e7fc16d..83fa2a26 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2009-02-18 Steven Schubiger + + * recur.h: Remove the dangling declaration for recursive_cleanup(). + 2008-11-13 Micah Cowan * http.c (gethttp): Don't do anything when content-length >= our diff --git a/src/recur.h b/src/recur.h index 5ab26a95..005445b6 100644 --- a/src/recur.h +++ b/src/recur.h @@ -41,7 +41,6 @@ as that of the covered work. */ struct urlpos; -void recursive_cleanup (void); uerr_t retrieve_tree (const char *); #endif /* RECUR_H */