From edee1288d8fd9aae7e44721cbf9354c50a34ad29 Mon Sep 17 00:00:00 2001 From: Jordan Bancino Date: Wed, 8 Nov 2023 09:45:49 -0500 Subject: [PATCH] Remove unused global variables. --- src/Main.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Main.c b/src/Main.c index ecba436..4b25c9e 100644 --- a/src/Main.c +++ b/src/Main.c @@ -128,10 +128,6 @@ start: httpServers = NULL; restart = 0; - /* For getopt() */ - opterr = 1; - optind = 1; - /* Local variables */ exit = EXIT_SUCCESS; flags = 0;