mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[select] unused function
This commit is contained in:
parent
324bd02aa9
commit
ebe3672e10
@ -790,12 +790,6 @@ int event_enabled = 0;
|
|||||||
#define sizeof_struct_event (event_get_struct_event_size())
|
#define sizeof_struct_event (event_get_struct_event_size())
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static inline
|
|
||||||
struct event *timer_event(struct timer *tm)
|
|
||||||
{
|
|
||||||
return (struct event *)((char *)tm - sizeof_struct_event);
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef HAVE_EVENT_BASE_SET
|
#ifdef HAVE_EVENT_BASE_SET
|
||||||
struct event_base *event_base;
|
struct event_base *event_base;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user