1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-12-04 14:46:47 -05:00

[curl] fifo_event was unused

This commit is contained in:
Witold Filipczyk 2023-12-26 14:57:25 +01:00
parent 4da1928109
commit 5211b2d8a1

View File

@ -35,7 +35,6 @@ typedef struct _GlobalInfo
{
timer_id_T tim;
struct event_base *evbase;
struct event fifo_event;
struct event timer_event;
CURLM *multi;
int still_running;
@ -56,7 +55,6 @@ typedef struct _GlobalInfo
{
timer_id_T tim;
struct ev_loop *loop;
struct ev_io fifo_event;
struct ev_timer timer_event;
CURLM *multi;
int still_running;