1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-01 03:47:19 +03:00

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

This commit is contained in:
guilhem@mysql.com
2004-06-24 00:09:29 +02:00
parent bccf57fbb2
commit a86b133a44

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)