summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc.c')
-rw-r--r--mdoc.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/mdoc.c b/mdoc.c
index 4774dd3e..1b7fd930 100644
--- a/mdoc.c
+++ b/mdoc.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc.c,v 1.82 2009/06/16 19:45:51 kristaps Exp $ */
+/* $Id: mdoc.c,v 1.83 2009/06/16 20:22:23 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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.