From 474edd6eb5f17ad80821521e3b6525d66e74fa76 Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 15 Jan 2024 01:27:21 -0800 Subject: [PATCH] Remove unused symbols in ext/mbstring/libmbfl/config.h.w32 (#13152) HAVE_WIN32_NATIVE_THREAD, USE_WIN32_NATIVE_THREAD and ENABLE_THREADS were once part of the libmbfl build https://github.com/moriyoshi/libmbfl but are not used anymore. --- ext/mbstring/libmbfl/config.h.w32 | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ext/mbstring/libmbfl/config.h.w32 b/ext/mbstring/libmbfl/config.h.w32 index bb76dfe8276..6d05bfc67c3 100644 --- a/ext/mbstring/libmbfl/config.h.w32 +++ b/ext/mbstring/libmbfl/config.h.w32 @@ -1,6 +1 @@ -/* #undef HAVE_STRINGS_H */ -/* #undef HAVE_STRCASECMP */ #define HAVE_STRICMP 1 -#define HAVE_WIN32_NATIVE_THREAD 1 -#define USE_WIN32_NATIVE_THREAD 1 -#define ENABLE_THREADS 1