aboutsummaryrefslogtreecommitdiff
path: root/src/input
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-10 20:52:44 +0100
committerMax Kellermann <max@duempel.org>2013-01-10 20:52:44 +0100
commit2ca92368647860929bc1b50d84ba93688d82abcc (patch)
treecc309cb481223f3ab49e6f400ef88d8d75313b7d /src/input
parent3bb711837ebd0514c9a55c992d3a98cd39dfe086 (diff)
input/Curl: remove unused attribute "fds"
Diffstat (limited to 'src/input')
-rw-r--r--src/input/CurlInputPlugin.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/input/CurlInputPlugin.cxx b/src/input/CurlInputPlugin.cxx
index c4f9ef0d..f1bd6c13 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;
/**