From 4858b7949c665c3b6dafbf69665b9d126fc33e8f Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 15 Sep 2010 01:54:51 -0400 Subject: Remove the now-useless evsig_caught and evsig_process --- win32select.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'win32select.c') diff --git a/win32select.c b/win32select.c index 103acb5a..26c107f2 100644 --- a/win32select.c +++ b/win32select.c @@ -304,7 +304,6 @@ win32_dispatch(struct event_base *base, struct timeval *tv) msec = LONG_MAX; /* Windows doesn't like you to call select() with no sockets */ Sleep(msec); - evsig_process(base); return (0); } @@ -320,10 +319,7 @@ win32_dispatch(struct event_base *base, struct timeval *tv) event_debug(("%s: select returned %d", __func__, res)); if (res <= 0) { - evsig_process(base); return res; - } else if (base->sig.evsig_caught) { - evsig_process(base); } if (win32op->readset_out->fd_count) { -- cgit v1.2.1