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

client/mysqltest.c:
  'res' does not exist here
This commit is contained in:
unknown 2004-06-24 00:09:29 +02:00
parent 86e4a750e0
commit ffd6d12bc3

View file

@ -857,7 +857,6 @@ int do_require_version(struct st_query* q)
int do_require_os(struct st_query* q)
{
char *p=q->first_argument, *os_arg;
LINT_INIT(res);
DBUG_ENTER("do_require_os");
if (!*p)