Remove unused variable

This commit is contained in:
msvensson@pilot.mysql.com 2008-05-02 19:44:18 +02:00
parent 8d35b57b37
commit ee6373ab7c

View File

@ -8107,7 +8107,6 @@ REPLACE *init_replace(char * *from, char * *to,uint count,
char * word_end_chars)
{
static const int SPACE_CHAR= 256;
static const int START_OF_LINE= 257;
static const int END_OF_LINE= 258;
uint i,j,states,set_nr,len,result_len,max_length,found_end,bits_set,bit_nr;