Commit ffd6d12b authored by unknown's avatar unknown

removing forgotten line (had not noticed as I build with LINT_INIT undefined :( ).


client/mysqltest.c:
  'res' does not exist here
parent 86e4a750
...@@ -857,7 +857,6 @@ int do_require_version(struct st_query* q) ...@@ -857,7 +857,6 @@ int do_require_version(struct st_query* q)
int do_require_os(struct st_query* q) int do_require_os(struct st_query* q)
{ {
char *p=q->first_argument, *os_arg; char *p=q->first_argument, *os_arg;
LINT_INIT(res);
DBUG_ENTER("do_require_os"); DBUG_ENTER("do_require_os");
if (!*p) if (!*p)
......
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