diff options
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r-- | mdoc_macro.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c index cf6915d9..e2aacaab 100644 --- a/mdoc_macro.c +++ b/mdoc_macro.c @@ -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 { |