summaryrefslogtreecommitdiffstats
path: root/usr.bin/dig/dig.c
diff options
context:
space:
mode:
authorjung <jung@openbsd.org>2020-02-17 18:58:39 +0000
committerjung <jung@openbsd.org>2020-02-17 18:58:39 +0000
commita61b9c11d1cfbd02350b4fbc5b6cf37b75fec5ff (patch)
tree0ff52fd4fe2d2913de1df499e5914c7896a21fd9 /usr.bin/dig/dig.c
parentvmm: check guest cpl and xsave_mask in xsetbv handler (diff)
downloadwireguard-openbsd-a61b9c11d1cfbd02350b4fbc5b6cf37b75fec5ff.tar.xz
wireguard-openbsd-a61b9c11d1cfbd02350b4fbc5b6cf37b75fec5ff.zip
remove unused code
ok florian
Diffstat (limited to 'usr.bin/dig/dig.c')
-rw-r--r--usr.bin/dig/dig.c9
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)