[core] remove fdevent_sched_run from fdevent_libev (#2827)

remove fdevent_sched_run from fdevent_libev.c
(redundant since commit 8ed588ce)

x-ref:
  "POST to mod_cgi sometimes hangs"
  https://redmine.lighttpd.net/issues/2827
personal/stbuehler/cleanup-build
Glenn Strauss 2017-10-16 20:07:54 -04:00
parent 9b0e095c9f
commit 7f82ddab3f
1 changed files with 0 additions and 1 deletions

View File

@ -100,7 +100,6 @@ static int fdevent_libev_poll(fdevents *ev, int timeout_ms) {
ev_timer_again(ev->libev_loop, &timeout_watcher);
ev_run(ev->libev_loop, EVRUN_ONCE);
fdevent_sched_run(ev->srv, ev);
return 0;
}