summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wooding <mdw@distorted.org.uk>2017-09-25 11:24:08 +0100
committerMark Wooding <mdw@distorted.org.uk>2017-09-26 02:23:37 +0100
commit9f8946ddeb2b7851502eccb460e5d15845c2fc7e (patch)
tree2a57324f91d31f96af03920a1a6ed4f746785a35
parent0f7aad33b43b74605605cae96d8298e9aeb201c1 (diff)
downloaduserv-utils-9f8946ddeb2b7851502eccb460e5d15845c2fc7e.tar.gz
ipif/service.c: Delete the `signals' vector.
Nobody cares any more. Except for the compiler, which warns us that nobody cares any more. Signed-off-by: Mark Wooding <mdw@distorted.org.uk>
-rw-r--r--ipif/service.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ipif/service.c b/ipif/service.c
index abc1431..44d1586 100644
--- a/ipif/service.c
+++ b/ipif/service.c
@@ -142,7 +142,6 @@
static const unsigned long gidmaxval= (unsigned long)((gid_t)-2);
static const char *const protos_ok[]= { "slip", 0 };
-static const int signals[]= { SIGHUP, SIGINT, SIGTERM, 0 };
static const char default_ifnamepat[]= "userv%d";
static const char *configstr, *proto;