diff options
author | 2014-07-09 11:27:20 +0000 | |
---|---|---|
committer | 2014-07-09 11:27:20 +0000 | |
commit | 9f321f6e09eca2064e8405ec0c257c09c9fb81bd (patch) | |
tree | 01fdb434391d50a863dcf902c976e65781bdca75 /usr.bin/mandoc/man_macro.c | |
parent | tedu the SSL export cipher handling - since we do not have enabled export (diff) | |
download | wireguard-openbsd-9f321f6e09eca2064e8405ec0c257c09c9fb81bd.tar.xz wireguard-openbsd-9f321f6e09eca2064e8405ec0c257c09c9fb81bd.zip |
delete forgotten, obsolete rew_warn() prototype
Diffstat (limited to 'usr.bin/mandoc/man_macro.c')
-rw-r--r-- | usr.bin/mandoc/man_macro.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/mandoc/man_macro.c b/usr.bin/mandoc/man_macro.c index 8ac4fd71781..f1c8ec3616b 100644 --- a/usr.bin/mandoc/man_macro.c +++ b/usr.bin/mandoc/man_macro.c @@ -1,4 +1,4 @@ -/* $Id: man_macro.c,v 1.47 2014/07/07 21:35:42 schwarze Exp $ */ +/* $Id: man_macro.c,v 1.48 2014/07/09 11:27:20 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2012, 2013 Ingo Schwarze <schwarze@openbsd.org> @@ -45,8 +45,6 @@ static enum rew rew_dohalt(enum mant, enum man_type, const struct man_node *); static enum rew rew_block(enum mant, enum man_type, const struct man_node *); -static void rew_warn(struct man *, - struct man_node *, enum mandocerr); const struct man_macro __man_macros[MAN_MAX] = { { in_line_eoln, MAN_NSCOPED }, /* br */ |