input/Curl: remove unused attribute "fds"

This commit is contained in:
Max Kellermann 2013-01-10 20:52:44 +01:00
parent 3bb711837e
commit 2ca9236864

View File

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