From ae7c0deaf99dc7741e42e8333f70694099e2c4af Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 2 May 2008 19:44:18 +0200 Subject: [PATCH] Remove unused variable --- client/mysqltest.c | 1 - 1 file changed, 1 deletion(-) diff --git a/client/mysqltest.c b/client/mysqltest.c index 3187265e6f0..529d58b9194 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -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;