diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-04-23 15:35:40 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2015-04-23 15:35:40 +0000 |
commit | 3ddb07dc351d23f48e8209092265fb6c325b6a6e (patch) | |
tree | 5cfd9a774088b1e237d4191e494e1458afc1c751 /usr.bin/mandoc/libman.h | |
parent | a6639ecdafb22c8b2f76fa54b322158414953ef5 (diff) |
Get rid of two empty wrapper functions. No functional change.
Diffstat (limited to 'usr.bin/mandoc/libman.h')
-rw-r--r-- | usr.bin/mandoc/libman.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/libman.h b/usr.bin/mandoc/libman.h index dc5667943bc..1cd48caa504 100644 --- a/usr.bin/mandoc/libman.h +++ b/usr.bin/mandoc/libman.h @@ -1,4 +1,4 @@ -/* $OpenBSD: libman.h,v 1.51 2015/04/19 14:57:16 schwarze Exp $ */ +/* $OpenBSD: libman.h,v 1.52 2015/04/23 15:35:39 schwarze Exp $ */ /* * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv> * Copyright (c) 2014, 2015 Ingo Schwarze <schwarze@openbsd.org> @@ -37,7 +37,6 @@ extern const struct man_macro *const man_macros; __BEGIN_DECLS int man_hash_find(const char *); -void man_macroend(struct roff_man *); void man_valid_post(struct roff_man *); void man_unscope(struct roff_man *, const struct roff_node *); |