input/Curl: remove unused attribute "fds"
This commit is contained in:
parent
3bb711837e
commit
2ca9236864
@ -96,9 +96,6 @@ struct input_curl {
|
|||||||
/** the source id of #source */
|
/** the source id of #source */
|
||||||
guint source_id;
|
guint source_id;
|
||||||
|
|
||||||
/** a linked list of all registered GPollFD objects */
|
|
||||||
GSList *fds;
|
|
||||||
|
|
||||||
/** list of buffers, where input_curl_writefunction() appends
|
/** list of buffers, where input_curl_writefunction() appends
|
||||||
to, and input_curl_read() reads from them */
|
to, and input_curl_read() reads from them */
|
||||||
GQueue *buffers;
|
GQueue *buffers;
|
||||||
@ -153,6 +150,7 @@ static struct {
|
|||||||
*/
|
*/
|
||||||
guint source_id;
|
guint source_id;
|
||||||
|
|
||||||
|
/** a linked list of all registered GPollFD objects */
|
||||||
GSList *fds;
|
GSList *fds;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user