diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-24 10:03:03 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-24 10:03:03 +0000 |
commit | df6282815f8ffb0b967b818d15129a63c3b95058 (patch) | |
tree | 6435f03e8ddfedf1b6282886f48fb9060b4f4b3f /server.c | |
parent | aa30aaedc819776e80078811ba0fd896c7216405 (diff) |
remove unused global flag
Diffstat (limited to 'server.c')
-rw-r--r-- | server.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -37,8 +37,6 @@ #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) #endif -int shutting_down; - #ifdef SIGINFO static struct event siginfo; #endif |