summaryrefslogtreecommitdiffstats
path: root/mdoc_macro.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_macro.c')
-rw-r--r--mdoc_macro.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/mdoc_macro.c b/mdoc_macro.c
index 024af0c9..0400e3f2 100644
--- a/mdoc_macro.c
+++ b/mdoc_macro.c
@@ -1569,22 +1569,6 @@ in_line_argn(MACRO_PROT_ARGS)
flushed = 1;
}
- /*
- * XXX: this is a hack to work around groff's ugliness
- * as regards `Xr' and extraneous arguments. It should
- * ideally be deprecated behaviour, but because this is
- * code is no here, it's unlikely to be removed.
- */
-
-#ifdef __OpenBSD__
- if (MDOC_Xr == tok && j == maxargs) {
- if ( ! mdoc_elem_alloc(m, line, la, MDOC_Ns, NULL))
- return(0);
- if ( ! rew_elem(m, MDOC_Ns))
- return(0);
- }
-#endif
-
if ( ! dword(m, line, la, p, DELIM_MAX))
return(0);
j++;