Fix unused variable warning
sql/parse_file.cc: Remove unused variable
This commit is contained in:
parent
40e480245d
commit
0003994a5f
@ -746,7 +746,6 @@ File_parser::parse(gptr base, MEM_ROOT *mem_root,
|
|||||||
char *eol;
|
char *eol;
|
||||||
LEX_STRING *str;
|
LEX_STRING *str;
|
||||||
List<LEX_STRING> *list;
|
List<LEX_STRING> *list;
|
||||||
ulonglong *num;
|
|
||||||
DBUG_ENTER("File_parser::parse");
|
DBUG_ENTER("File_parser::parse");
|
||||||
|
|
||||||
while (ptr < end && found < required)
|
while (ptr < end && found < required)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user