From 1ebd5828cb6bd6eddb4f8af24e5c675355bbf7aa Mon Sep 17 00:00:00 2001 From: Steven Schubiger Date: Wed, 18 Feb 2009 19:52:39 +0100 Subject: [PATCH] Remove an unused declaration. --- src/ChangeLog | 4 ++++ src/recur.h | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) 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 */ -- 2.39.2