summaryrefslogtreecommitdiffstats
path: root/prologue.c
diff options
context:
space:
mode:
Diffstat (limited to 'prologue.c')
-rw-r--r--prologue.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/prologue.c b/prologue.c
index ce1affee..f3d9b109 100644
--- a/prologue.c
+++ b/prologue.c
@@ -67,10 +67,6 @@ again:
break;
}
- if (MDOC_MAX != mdoc_find(mdoc, args[j]) && ! mdoc_warn
- (mdoc, tok, lastarg, WARN_SYNTAX_MACLIKE))
- return(0);
-
if (0 == j) {
if (xstrlcpy(mdoc->meta.title, args[0], META_TITLE_SZ))
goto again;