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())
|
||||
#endif
|
||||
|
||||
static inline
|
||||
struct event *timer_event(struct timer *tm)
|
||||
{
|
||||
return (struct event *)((char *)tm - sizeof_struct_event);
|
||||
}
|
||||
|
||||
#ifdef HAVE_EVENT_BASE_SET
|
||||
struct event_base *event_base;
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user