From 4cd2606cca8b6f78a9d90bec6f4fa0c45c2dcd0f Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 31 Mar 2009 13:50:19 +0000 Subject: General clean-ups. --- mdoc_macro.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'mdoc_macro.c') diff --git a/mdoc_macro.c b/mdoc_macro.c index 7ca21e40..75431fc4 100644 --- a/mdoc_macro.c +++ b/mdoc_macro.c @@ -1,4 +1,4 @@ -/* $Id: mdoc_macro.c,v 1.4 2009/03/27 14:56:15 kristaps Exp $ */ +/* $Id: mdoc_macro.c,v 1.5 2009/03/31 13:50:19 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -24,12 +24,6 @@ #include "libmdoc.h" -/* - * This has scanning/parsing routines, each of which extract a macro and - * its arguments and parameters, then know how to progress to the next - * macro. - */ - /* FIXME: .Fl, .Ar, .Cd handling of `|'. */ enum mwarn { -- cgit v1.2.3