Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
NWilson committed Sep 18, 2024
1 parent fbc11a0 commit e7f7918
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pcre2_substitute.c
Original file line number Diff line number Diff line change
Expand Up @@ -596,7 +596,7 @@ do
{
uint32_t ch;
unsigned int chlen;
int group, n;
int group;
uint32_t special;
PCRE2_SPTR text1_start = NULL;
PCRE2_SPTR text1_end = NULL;
Expand Down Expand Up @@ -645,7 +645,6 @@ do
text2_start = NULL;
text2_end = NULL;
group = -1;
n = 0;
inparens = FALSE;
star = FALSE;

Expand Down

0 comments on commit e7f7918

Please sign in to comment.