From 45917dbaa39834c9f2a1cd95f478ec20ef7bc299 Mon Sep 17 00:00:00 2001 From: frosch Date: Thu, 17 Apr 2025 17:37:03 +0200 Subject: [PATCH] Codechange: Remove unused macro strncasecmp. --- src/string.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/string.cpp b/src/string.cpp index 21cd8f0ced..fabf07e34e 100644 --- a/src/string.cpp +++ b/src/string.cpp @@ -18,10 +18,6 @@ #include "table/control_codes.h" -#ifdef _MSC_VER -# define strncasecmp strnicmp -#endif - #ifdef _WIN32 # include "os/windows/win32.h" #endif