diff options
author | 2009-06-18 22:16:56 +0000 | |
---|---|---|
committer | 2009-06-18 22:16:56 +0000 | |
commit | a4278f3d03b539086b88719e76e96402de58d9df (patch) | |
tree | e9f3ecb3444878f3ff7fcf246b847941d628d71d /usr.bin/mandoc/main.c | |
parent | sync to 1.7.16: Moved MDOC_TEXT type checks into assertions (should be (diff) | |
download | wireguard-openbsd-a4278f3d03b539086b88719e76e96402de58d9df.tar.xz wireguard-openbsd-a4278f3d03b539086b88719e76e96402de58d9df.zip |
complete sync to 1.7.17: garbage collect unused functions
mdoc_msg, mdoc_pmsg, mdoc_vmsg, and mdoc_nwarn
Diffstat (limited to 'usr.bin/mandoc/main.c')
-rw-r--r-- | usr.bin/mandoc/main.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/main.c b/usr.bin/mandoc/main.c index 682a5ff2e00..d534f636a2a 100644 --- a/usr.bin/mandoc/main.c +++ b/usr.bin/mandoc/main.c @@ -1,4 +1,4 @@ -/* $Id: main.c,v 1.3 2009/06/14 23:39:43 schwarze Exp $ */ +/* $Id: main.c,v 1.4 2009/06/18 22:16:56 schwarze Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se> * @@ -246,7 +246,6 @@ mdoc_init(struct curparse *curp) struct mdoc *mdoc; struct mdoc_cb mdoccb; - mdoccb.mdoc_msg = NULL; mdoccb.mdoc_err = merr; mdoccb.mdoc_warn = mdocwarn; |