mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
[curl] fifo_event was unused
This commit is contained in:
parent
4da1928109
commit
5211b2d8a1
@ -35,7 +35,6 @@ typedef struct _GlobalInfo
|
|||||||
{
|
{
|
||||||
timer_id_T tim;
|
timer_id_T tim;
|
||||||
struct event_base *evbase;
|
struct event_base *evbase;
|
||||||
struct event fifo_event;
|
|
||||||
struct event timer_event;
|
struct event timer_event;
|
||||||
CURLM *multi;
|
CURLM *multi;
|
||||||
int still_running;
|
int still_running;
|
||||||
@ -56,7 +55,6 @@ typedef struct _GlobalInfo
|
|||||||
{
|
{
|
||||||
timer_id_T tim;
|
timer_id_T tim;
|
||||||
struct ev_loop *loop;
|
struct ev_loop *loop;
|
||||||
struct ev_io fifo_event;
|
|
||||||
struct ev_timer timer_event;
|
struct ev_timer timer_event;
|
||||||
CURLM *multi;
|
CURLM *multi;
|
||||||
int still_running;
|
int still_running;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user