mirror of
https://github.com/MariaDB/server.git
synced 2026-01-06 05:22:24 +03:00
Fix unused variable warning
sql/parse_file.cc: Remove unused variable
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user