Skip to content

Commit

Permalink
Fix [-Wunused-variable] warning
Browse files Browse the repository at this point in the history
  • Loading branch information
remicollet committed Jul 5, 2024
1 parent 857e385 commit f8f4d0c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion extension/xhprof.c
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit f8f4d0c

Please sign in to comment.