summaryrefslogtreecommitdiff
path: root/client
diff options
context:
space:
mode:
authorunknown <guilhem@mysql.com>2004-06-24 00:09:29 +0200
committerunknown <guilhem@mysql.com>2004-06-24 00:09:29 +0200
commitffd6d12bc3f181ff159b71f8936d7e0015ab6deb (patch)
tree806de8dff631e132670874e0dc71a90f167bfcc7 /client
parent86e4a750e0e8b302938d8eb972fd28680a89c592 (diff)
downloadmariadb-git-ffd6d12bc3f181ff159b71f8936d7e0015ab6deb.tar.gz
removing forgotten line (had not noticed as I build with LINT_INIT undefined :( ).
client/mysqltest.c: 'res' does not exist here
Diffstat (limited to 'client')
-rw-r--r--client/mysqltest.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/mysqltest.c b/client/mysqltest.c
index 5dea587872c..5ba4ad7336c 100644
--- a/client/mysqltest.c
+++ b/client/mysqltest.c
@@ -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)