diff options
Diffstat (limited to 'usr.bin/dig/dig.c')
| -rw-r--r-- | usr.bin/dig/dig.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/usr.bin/dig/dig.c b/usr.bin/dig/dig.c index 043df0c3a65..41fd7d7485f 100644 --- a/usr.bin/dig/dig.c +++ b/usr.bin/dig/dig.c @@ -14,7 +14,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: dig.c,v 1.9 2020/02/15 11:57:11 jsg Exp $ */ +/* $Id: dig.c,v 1.10 2020/02/17 18:58:39 jung Exp $ */ /*! \file */ #include <sys/cdefs.h> @@ -626,13 +626,6 @@ printgreeting(int argc, char **argv, dig_lookup_t *lookup) { } } -/*% - * We're not using isc_commandline_parse() here since the command line - * syntax of dig is quite a bit different from that which can be described - * by that routine. - * XXX doc options - */ - static void plus_option(const char *option, isc_boolean_t is_batchfile, dig_lookup_t *lookup) |
