From 523f89cc8c661687f2994cafcd6ca7cf40eae49f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 24 Aug 2011 02:54:34 +0200 Subject: input/curl: remove obsolete function input_curl_reinit() --- src/input/curl_input_plugin.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src/input/curl_input_plugin.h') diff --git a/src/input/curl_input_plugin.h b/src/input/curl_input_plugin.h index 7cfe5155c..c6e71bf40 100644 --- a/src/input/curl_input_plugin.h +++ b/src/input/curl_input_plugin.h @@ -24,12 +24,4 @@ struct input_stream; extern const struct input_plugin input_plugin_curl; -/** - * This is a workaround for an input_stream API deficiency; after - * exchanging the input_stream pointer in input_rewind_open(), this - * function is called to reinitialize CURL's data pointers. - */ -void -input_curl_reinit(struct input_stream *is); - #endif -- cgit v1.2.3