summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2009-07-06 22:33:58 +0000
committerschwarze <schwarze@openbsd.org>2009-07-06 22:33:58 +0000
commitec1d6e21f214327f1197156b1338b04d4c26b731 (patch)
treefa9c93e2635214d66c9a78243ad65e72e277dc8a
parent(1) exit with failure not success if options parsing fails; (diff)
downloadwireguard-openbsd-ec1d6e21f214327f1197156b1338b04d4c26b731.tar.xz
wireguard-openbsd-ec1d6e21f214327f1197156b1338b04d4c26b731.zip
remove unused WDEPCOL warning that became unused in 1.7.19
ok kristaps@ and contained in 1.7.21
-rw-r--r--usr.bin/mandoc/mdoc_validate.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/usr.bin/mandoc/mdoc_validate.c b/usr.bin/mandoc/mdoc_validate.c
index f6f481bfd6e..9234a6e4a8b 100644
--- a/usr.bin/mandoc/mdoc_validate.c
+++ b/usr.bin/mandoc/mdoc_validate.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_validate.c,v 1.13 2009/06/26 22:43:40 schwarze Exp $ */
+/* $Id: mdoc_validate.c,v 1.14 2009/07/06 22:33:58 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -55,7 +55,6 @@ enum mwarn {
WNOWIDTH,
WMISSWIDTH,
WESCAPE,
- WDEPCOL,
WWRONGMSEC,
WSECOOO,
WSECREP,
@@ -464,10 +463,6 @@ pwarn(struct mdoc *m, int line, int pos, enum mwarn type)
p = "prologue macros out-of-order";
c = WARN_COMPAT;
break;
- case (WDEPCOL):
- p = "deprecated column argument syntax";
- c = WARN_COMPAT;
- break;
case (WNOWIDTH):
p = "superfluous width argument";
break;