From f8f4d0c857125375ddf959a71e8b86cfac3fe00a Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 5 Jul 2024 15:30:00 +0200 Subject: [PATCH] Fix [-Wunused-variable] warning --- extension/xhprof.c | 1 - 1 file changed, 1 deletion(-) diff --git a/extension/xhprof.c b/extension/xhprof.c index 054a4a44..0c6eeb86 100755 --- a/extension/xhprof.c +++ b/extension/xhprof.c @@ -1273,7 +1273,6 @@ static inline void hp_array_del(zend_string **names) int hp_pcre_match(zend_string *pattern, const char *str, size_t len, zend_ulong idx) { - zval *match; pcre_cache_entry *pce_regexp; if ((pce_regexp = pcre_get_compiled_regex_cache(pattern)) == NULL) {