From a70656791d51934ef3eeee47f6a03bf8d24a4e43 Mon Sep 17 00:00:00 2001 From: "mwagner@evoq.home.mwagner.org" <> Date: Thu, 28 Dec 2000 23:05:08 -0600 Subject: [PATCH] mysqltest.c Clean-ups. --- client/mysqltest.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/mysqltest.c b/client/mysqltest.c index 09780c343e0..18507879dfb 100644 --- a/client/mysqltest.c +++ b/client/mysqltest.c @@ -950,8 +950,6 @@ int read_query(struct query** q_ptr) return 0; } -enum options {OPT_NODEFAULTS} ; - struct option long_options[] = { {"verbose", no_argument, 0, 'v'}, @@ -1030,7 +1028,7 @@ int parse_args(int argc, char **argv) { my_free(pass,MYF(MY_ALLOW_ZERO_PTR)); pass=my_strdup(optarg,MYF(MY_FAE)); - while (*optarg) *optarg++= 'x'; // Destroy argument + while (*optarg) *optarg++= 'x'; /* Destroy argument */ } else tty_password=1;