remove unused global flag

This commit is contained in:
Omar Polo 2023-06-24 10:03:03 +00:00
parent aa30aaedc8
commit df6282815f
1 changed files with 0 additions and 2 deletions

View File

@ -37,8 +37,6 @@
#define nitems(_a) (sizeof((_a)) / sizeof((_a)[0]))
#endif
int shutting_down;
#ifdef SIGINFO
static struct event siginfo;
#endif