aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-07-18 07:48:14 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-07-18 07:48:14 +0000
commitc1f71c38bac4a2fee48c8e05855f5ac59a25ae4b (patch)
treee46d44b66e84af7aedc63259c880ca99eaa2681e /libman.h
parent495895571c4a70fbf6e228700c3d58f4e7560839 (diff)
downloadmandoc-c1f71c38bac4a2fee48c8e05855f5ac59a25ae4b.tar.gz
mandoc-c1f71c38bac4a2fee48c8e05855f5ac59a25ae4b.tar.zst
mandoc-c1f71c38bac4a2fee48c8e05855f5ac59a25ae4b.zip
Follow-up: forgot to remove useless regset structs.
Diffstat (limited to 'libman.h')
-rw-r--r--libman.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libman.h b/libman.h
index 8cf5e372..a0f26776 100644
--- a/libman.h
+++ b/libman.h
@@ -1,4 +1,4 @@
-/* $Id: libman.h,v 1.52 2011/07/18 07:46:41 kristaps Exp $ */
+/* $Id: libman.h,v 1.53 2011/07/18 07:48:14 kristaps Exp $ */
/*
* Copyright (c) 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -36,7 +36,6 @@ struct man {
struct man_node *last; /* the last parsed node */
struct man_node *first; /* the first parsed node */
struct man_meta meta; /* document meta-data */
- struct regset *regs; /* registers */
struct roff *roff;
};