summaryrefslogtreecommitdiff
path: root/select.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 /select.c
parent95a7d418ab4ff332bc299813e6fc83c9be4ed0ec (diff)
downloadlibevent-4858b7949c665c3b6dafbf69665b9d126fc33e8f.tar.gz
Remove the now-useless evsig_caught and evsig_process
Diffstat (limited to 'select.c')
-rw-r--r--select.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/select.c b/select.c
index 9fafce31..77d42b89 100644
--- a/select.c
+++ b/select.c
@@ -159,10 +159,7 @@ select_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: select reports %d", __func__, res));