mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
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:
parent
86e4a750e0
commit
ffd6d12bc3
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue