1
0
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:
unknown
2006-03-22 22:37:32 +01:00
parent 40e480245d
commit 0003994a5f

View File

@@ -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)