commit c0249d8850cedab9356d0efdd15fbac93f132208 parent 0324cd09c3b886732fc111bda0a5803982c971fb Author: Frederic Cambus <fred@statdns.com> Date: Sun, 14 Feb 2021 12:13:49 +0100 Remove unused countryId variable. Diffstat:
M | src/logswan.c | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/logswan.c b/src/logswan.c @@ -60,7 +60,6 @@ bool isIPv4, isIPv6; uint64_t bandwidth; uint32_t statusCode; uint32_t hour; -uint32_t countryId; FILE *logFile; struct stat logFileStat;