Skip to content

Commit 66b8b81

Browse files
committed
Avoid unnecessary scoped var
1 parent 26df7e5 commit 66b8b81

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/pcre/php_pcre.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,6 @@ PHPAPI pcre_cache_entry* pcre_get_compiled_regex_cache(zend_string *regex)
695695
#ifdef HAVE_PCRE_JIT_SUPPORT
696696
if (PCRE_G(jit)) {
697697
/* Enable PCRE JIT compiler */
698-
int rc;
699698
rc = pcre2_jit_compile(re, PCRE2_JIT_COMPLETE);
700699
if (rc < 0) {
701700
pcre2_get_error_message(rc, error, sizeof(error));

0 commit comments

Comments
 (0)