From 424d258e7d8370ad973e343c5c6c8e27345fb902 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 16 Jun 2009 20:22:23 +0000 Subject: Clean-up: in-source documentation. --- mdoc.c | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mdoc.c') 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 * @@ -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. -- cgit v1.2.3