summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-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;