aboutsummaryrefslogtreecommitdiff
path: root/server.c
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2023-06-24 10:03:03 +0000
committerOmar Polo <op@omarpolo.com>2023-06-24 10:03:03 +0000
commitdf6282815f8ffb0b967b818d15129a63c3b95058 (patch)
tree6435f03e8ddfedf1b6282886f48fb9060b4f4b3f /server.c
parentaa30aaedc819776e80078811ba0fd896c7216405 (diff)
remove unused global flag
Diffstat (limited to 'server.c')
-rw-r--r--server.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/server.c b/server.c
index 076dae8..2f2d9b7 100644
--- a/server.c
+++ b/server.c
@@ -37,8 +37,6 @@
#define nitems(_a) (sizeof((_a)) / sizeof((_a)[0]))
#endif
-int shutting_down;
-
#ifdef SIGINFO
static struct event siginfo;
#endif