mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 04:22:27 +01:00
Fix unused variable warning
sql/parse_file.cc: Remove unused variable
This commit is contained in:
parent
40e480245d
commit
0003994a5f
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue