Remove HAVE_RE_SEARCH

It is not used any longer since removing non-PCRE-based wxRegEx
implementation.
This commit is contained in:
Vadim Zeitlin 2023-01-26 17:43:54 +01:00
parent fa84aa7605
commit 2433e201e4
3 changed files with 0 additions and 15 deletions

View file

@ -708,11 +708,6 @@
*/
#cmakedefine HAVE_BROKEN_LIBSTDCXX_VISIBILITY
/*
* On GNU systems use re_search instead of regexec, since the latter does a
* strlen on the search text affecting the performance of some operations.
*/
#cmakedefine HAVE_RE_SEARCH
/*
* Use SDL for audio (Unix)
*/

View file

@ -711,11 +711,6 @@
*/
#undef HAVE_BROKEN_LIBSTDCXX_VISIBILITY
/*
* On GNU systems use re_search instead of regexec, since the latter does a
* strlen on the search text affecting the performance of some operations.
*/
#undef HAVE_RE_SEARCH
/*
* Use SDL for audio (Unix)
*/

View file

@ -771,11 +771,6 @@ typedef pid_t GPid;
*/
#undef HAVE_BROKEN_LIBSTDCXX_VISIBILITY
/*
* On GNU systems use re_search instead of regexec, since the latter does a
* strlen on the search text affecting the performance of some operations.
*/
#undef HAVE_RE_SEARCH
/*
* Use SDL for audio (Unix)
*/