From 9f8946ddeb2b7851502eccb460e5d15845c2fc7e Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 25 Sep 2017 11:24:08 +0100 Subject: [PATCH] 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 --- ipif/service.c | 1 - 1 file changed, 1 deletion(-) 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; -- 2.30.2