Remove unused variable
This commit is contained in:
parent
390b57f2ac
commit
ae7c0deaf9
@ -8107,7 +8107,6 @@ REPLACE *init_replace(char * *from, char * *to,uint count,
|
|||||||
char * word_end_chars)
|
char * word_end_chars)
|
||||||
{
|
{
|
||||||
static const int SPACE_CHAR= 256;
|
static const int SPACE_CHAR= 256;
|
||||||
static const int START_OF_LINE= 257;
|
|
||||||
static const int END_OF_LINE= 258;
|
static const int END_OF_LINE= 258;
|
||||||
|
|
||||||
uint i,j,states,set_nr,len,result_len,max_length,found_end,bits_set,bit_nr;
|
uint i,j,states,set_nr,len,result_len,max_length,found_end,bits_set,bit_nr;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user