Commit 0003994a authored by unknown's avatar unknown

Fix unused variable warning


sql/parse_file.cc:
  Remove unused variable
parent 40e48024
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment