diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-09 11:28:26 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-09 11:28:26 +0000 |
commit | e8a3453579a72aae8c47741db7c4ea6dbb18ccc5 (patch) | |
tree | fad3868725474e1fa4eb2dab362a1df038309dda /man_macro.c | |
parent | 35d827b0283971863d0116bab75dc6b2942ee2d8 (diff) | |
download | mandoc-e8a3453579a72aae8c47741db7c4ea6dbb18ccc5.tar.gz |
delete forgotten, obsolete rew_warn() prototype
Diffstat (limited to 'man_macro.c')
-rw-r--r-- | man_macro.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/man_macro.c b/man_macro.c index 4e4af5ce..7d9e3022 100644 --- a/man_macro.c +++ b/man_macro.c @@ -49,8 +49,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 */ |