summaryrefslogtreecommitdiffstats
path: root/man.c
diff options
context:
space:
mode:
Diffstat (limited to 'man.c')
-rw-r--r--man.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/man.c b/man.c
index 337f9a99..364e58e7 100644
--- a/man.c
+++ b/man.c
@@ -101,8 +101,6 @@ man_alloc(struct roff *roff, struct mparse *parse,
struct roff_man *p;
p = mandoc_calloc(1, sizeof(*p));
-
- man_hash_init();
p->parse = parse;
p->defos = defos;
p->quick = quick;