summaryrefslogtreecommitdiffstats
path: root/mdoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.c')
-rw-r--r--mdoc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mdoc.c b/mdoc.c
index 22250b7f..05072053 100644
--- a/mdoc.c
+++ b/mdoc.c
@@ -99,9 +99,6 @@ static int perr(struct mdoc *, int, int, enum merr);
#define verr(m, t) perr((m), (m)->last->line, (m)->last->pos, (t))
-/*
- * Get the first (root) node of the parse tree.
- */
const struct mdoc_node *
mdoc_node(const struct mdoc *m)
{
@@ -646,7 +643,6 @@ macrowarn(struct mdoc *m, int ln, const char *buf)
}
-
/*
* Parse a macro line, that is, a line beginning with the control
* character.