1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-15 23:35:34 +00:00

[select] unused function

This commit is contained in:
Witold Filipczyk 2024-04-18 08:57:52 +02:00
parent 324bd02aa9
commit ebe3672e10

View File

@ -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