From 2ca92368647860929bc1b50d84ba93688d82abcc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 10 Jan 2013 20:52:44 +0100 Subject: input/Curl: remove unused attribute "fds" --- src/input/CurlInputPlugin.cxx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/input') diff --git a/src/input/CurlInputPlugin.cxx b/src/input/CurlInputPlugin.cxx index c4f9ef0d6..f1bd6c134 100644 --- a/src/input/CurlInputPlugin.cxx +++ b/src/input/CurlInputPlugin.cxx @@ -96,9 +96,6 @@ struct input_curl { /** the source id of #source */ guint source_id; - /** a linked list of all registered GPollFD objects */ - GSList *fds; - /** list of buffers, where input_curl_writefunction() appends to, and input_curl_read() reads from them */ GQueue *buffers; @@ -153,6 +150,7 @@ static struct { */ guint source_id; + /** a linked list of all registered GPollFD objects */ GSList *fds; /** -- cgit v1.2.3