diff options
author | unknown <msvensson@neptunus.(none)> | 2006-03-22 22:37:32 +0100 |
---|---|---|
committer | unknown <msvensson@neptunus.(none)> | 2006-03-22 22:37:32 +0100 |
commit | 0003994a5f144673ecbdfa19543e1ebf15e03e34 (patch) | |
tree | c1d7790b3609479fbcb0c95f774ad24c8e5228ae /sql/parse_file.cc | |
parent | 40e480245dd4683a204390f3c406ea84c02c21e3 (diff) | |
download | mariadb-git-0003994a5f144673ecbdfa19543e1ebf15e03e34.tar.gz |
Fix unused variable warning
sql/parse_file.cc:
Remove unused variable
Diffstat (limited to 'sql/parse_file.cc')
-rw-r--r-- | sql/parse_file.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sql/parse_file.cc b/sql/parse_file.cc index 041b770ac0b..a57c6c02904 100644 --- a/sql/parse_file.cc +++ b/sql/parse_file.cc @@ -746,7 +746,6 @@ File_parser::parse(gptr base, MEM_ROOT *mem_root, char *eol; LEX_STRING *str; List<LEX_STRING> *list; - ulonglong *num; DBUG_ENTER("File_parser::parse"); while (ptr < end && found < required) |