aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2016-07-04 16:29:55 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2016-07-04 16:30:12 +0300
commitcf9380bc30ee5dee13da596cda09e418e41b542d (patch)
tree676b812a82d873066c04cb0992ed419813ddec2a
parent1f683ff4cc7ca6c2de684441d5a93368ade13511 (diff)
downloaddirevent-cf9380bc30ee5dee13da596cda09e418e41b542d.tar.gz
direvent-cf9380bc30ee5dee13da596cda09e418e41b542d.tar.bz2
Remove unused variables
-rw-r--r--src/progman.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/progman.c b/src/progman.c
index d988e17..4fff8bb 100644
--- a/src/progman.c
+++ b/src/progman.c
@@ -474,7 +474,6 @@ run_handler(struct handler *hp, event_mask *event,
if (pid == 0) {
/* child */
bigfd_set fdset = BIGFD_SET_ALLOC();
- struct wordsplit ws;
if (switchpriv(hp))
_exit(127);

Return to:

Send suggestions and report system problems to the System administrator.