diff options
author | unknown <msvensson@pilot.mysql.com> | 2008-05-02 19:44:18 +0200 |
---|---|---|
committer | unknown <msvensson@pilot.mysql.com> | 2008-05-02 19:44:18 +0200 |
commit | ae7c0deaf99dc7741e42e8333f70694099e2c4af (patch) | |
tree | da3574fe35d08e41a638e748b7e4bb9bf2e27ba5 /client | |
parent | 390b57f2ac568e54429a099abe1bf3a49abe3d27 (diff) | |
download | mariadb-git-ae7c0deaf99dc7741e42e8333f70694099e2c4af.tar.gz |
Remove unused variable
Diffstat (limited to 'client')
-rw-r--r-- | client/mysqltest.c | 1 |
1 files changed, 0 insertions, 1 deletions
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; |