From e7e2056d1a993a01c9d57fb2261066855d282d8f Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Fri, 22 Mar 2019 10:29:18 +0100 Subject: Remove HAVE_PCRE/HAVE_BUNDLED_PCRE checks PCRE is always available. --- ext/pcre/php_pcre.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ext/pcre/php_pcre.c') diff --git a/ext/pcre/php_pcre.c b/ext/pcre/php_pcre.c index 0da18b315a..fe79360f9a 100644 --- a/ext/pcre/php_pcre.c +++ b/ext/pcre/php_pcre.c @@ -24,8 +24,6 @@ #include "ext/standard/basic_functions.h" #include "zend_smart_str.h" -#if HAVE_PCRE || HAVE_BUNDLED_PCRE - #include "ext/standard/php_string.h" #define PREG_PATTERN_ORDER 1 @@ -3079,5 +3077,3 @@ PHPAPI pcre2_code *php_pcre_pce_re(pcre_cache_entry *pce) assert(NULL != pce); return pce->re; }/*}}}*/ - -#endif /* HAVE_PCRE || HAVE_BUNDLED_PCRE */ -- cgit v1.2.1