Skip to content

Commit 9a97866

Browse files
committed
Fix set but not used variable
1 parent de0f4a6 commit 9a97866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/intl/grapheme/grapheme_string.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1136,7 +1136,7 @@ U_CFUNC PHP_FUNCTION(grapheme_strrev)
11361136
UText *ut = nullptr;
11371137
UErrorCode ustatus = U_ZERO_ERROR;
11381138
UBreakIterator *bi;
1139-
char *pstr, *end, *p;
1139+
char *pstr, *p;
11401140
zend_string *ret;
11411141
int32_t pos = 0, current = 0, end_len = 0;
11421142

0 commit comments

Comments
 (0)