diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-17 19:02:26 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-06-17 19:02:26 +0000 |
commit | 06cead600a8695c2664e5728569d8982e8fcbd47 (patch) | |
tree | 4c2a69e71e5ba3bbc5ac473da62714000df40bba /mdoc_macro.c | |
parent | fbd9c8d8572ef586c691fb6bcec7f325f50e6ac1 (diff) | |
download | mandoc-06cead600a8695c2664e5728569d8982e8fcbd47.tar.gz |
Removed superfluous FIXMEs (fixed already).
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r-- | mdoc_macro.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c index deb03e3d..d7c3e35c 100644 --- a/mdoc_macro.c +++ b/mdoc_macro.c @@ -22,8 +22,6 @@ #include "libmdoc.h" -/* FIXME: .Fl, .Ar, .Cd handling of `|'. */ - enum mwarn { WIGNE, WIMPBRK, |