From 709d850429d0d62b148bc235745c830c2f7a55be Mon Sep 17 00:00:00 2001 From: jvoisin Date: Sun, 25 Jun 2023 14:25:46 +0200 Subject: Remove ZEND_HOT --- src/sp_pcre_compat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sp_pcre_compat.c') diff --git a/src/sp_pcre_compat.c b/src/sp_pcre_compat.c index 81c51fd..3658692 100644 --- a/src/sp_pcre_compat.c +++ b/src/sp_pcre_compat.c @@ -23,7 +23,7 @@ sp_pcre* sp_pcre_compile(const char* const pattern) { return ret; } -bool ZEND_HOT sp_is_regexp_matching_len(const sp_pcre* regexp, const char* str, size_t len) { +bool sp_is_regexp_matching_len(const sp_pcre* regexp, const char* str, size_t len) { int ret = 0; assert(NULL != regexp); -- cgit v1.3