Remove an unused declaration.

This commit is contained in:
Steven Schubiger 2009-02-18 19:52:39 +01:00
parent eb602d5a5f
commit 1ebd5828cb
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-02-18 Steven Schubiger <stsc@members.fsf.org>
* recur.h: Remove the dangling declaration for recursive_cleanup().
2008-11-13 Micah Cowan <micah@cowan.name>
* http.c (gethttp): Don't do anything when content-length >= our

View File

@ -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 */