mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix unused variable warning
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