Remove unused global variables.

This commit is contained in:
Jordan Bancino 2023-11-08 09:45:49 -05:00
parent 4b90800a2b
commit edee1288d8
1 changed files with 0 additions and 4 deletions

View File

@ -128,10 +128,6 @@ start:
httpServers = NULL;
restart = 0;
/* For getopt() */
opterr = 1;
optind = 1;
/* Local variables */
exit = EXIT_SUCCESS;
flags = 0;