summaryrefslogtreecommitdiff
path: root/poll.c
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2010-09-15 01:54:51 -0400
committerNick Mathewson <nickm@torproject.org>2010-09-15 01:54:51 -0400
commit4858b7949c665c3b6dafbf69665b9d126fc33e8f (patch)
tree82663190aa13c0915975370c0f4dd623f42896ea /poll.c
parent95a7d418ab4ff332bc299813e6fc83c9be4ed0ec (diff)
downloadlibevent-4858b7949c665c3b6dafbf69665b9d126fc33e8f.tar.gz
Remove the now-useless evsig_caught and evsig_process
Diffstat (limited to 'poll.c')
-rw-r--r--poll.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/poll.c b/poll.c
index 36f11608..63f23886 100644
--- a/poll.c
+++ b/poll.c
@@ -172,10 +172,7 @@ poll_dispatch(struct event_base *base, struct timeval *tv)
return (-1);
}
- evsig_process(base);
return (0);
- } else if (base->sig.evsig_caught) {
- evsig_process(base);
}
event_debug(("%s: poll reports %d", __func__, res));