Remove unused variable
This commit is contained in:
parent
a14ae73f55
commit
9594462f72
@ -6448,7 +6448,7 @@ int reg_replace(char** buf_p, int* buf_len_p, char *pattern,
|
||||
{
|
||||
my_regex_t r;
|
||||
my_regmatch_t *subs;
|
||||
char *buf_end, *replace_end;
|
||||
char *replace_end;
|
||||
char *buf= *buf_p;
|
||||
int len;
|
||||
int buf_len, need_buf_len;
|
||||
@ -6468,8 +6468,6 @@ int reg_replace(char** buf_p, int* buf_len_p, char *pattern,
|
||||
|
||||
SECURE_REG_BUF
|
||||
|
||||
buf_end= buf + buf_len;
|
||||
|
||||
if (icase)
|
||||
cflags|= REG_ICASE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user