Remove unused variable

parent 8d35b57b
...@@ -8107,7 +8107,6 @@ REPLACE *init_replace(char * *from, char * *to,uint count, ...@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment