diff options
author | unknown <jani@rhols221.adsl.netsonic.fi> | 2002-08-28 13:28:11 +0300 |
---|---|---|
committer | unknown <jani@rhols221.adsl.netsonic.fi> | 2002-08-28 13:28:11 +0300 |
commit | 84bdac9cce131fae4719d6502bac971deb508869 (patch) | |
tree | b31b9725f4187d1b72186e7f6b5a6e7efe347a9a /mysys/my_getopt.c | |
parent | 591bb4b872548573fb01baa860e8a4e7aeb0f83b (diff) | |
download | mariadb-git-84bdac9cce131fae4719d6502bac971deb508869.tar.gz |
Removed unneccessary comment.
Diffstat (limited to 'mysys/my_getopt.c')
-rw-r--r-- | mysys/my_getopt.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mysys/my_getopt.c b/mysys/my_getopt.c index 466b6dd7a30..f72511c3014 100644 --- a/mysys/my_getopt.c +++ b/mysys/my_getopt.c @@ -284,7 +284,6 @@ int handle_options(int *argc, char ***argv, } if (optp->arg_type == NO_ARG) { - // if (optend && special_used) if (optend && optp->var_type != GET_BOOL) { if (my_getopt_print_errors) |