summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index 82d32adc..6127a0d9 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1019,16 +1019,6 @@ termp_fl_pre(DECL_ARGS)
{
term_fontpush(p, TERMFONT_BOLD);
-
- /* A zero-length child shouldn't get a dash. */
-
- if (n->child) {
- assert(MDOC_TEXT == n->child->type);
- assert(n->child->string);
- if ('\0' == *n->child->string)
- return(0);
- }
-
term_word(p, "\\-");
/* A blank `Fl' should incur a subsequent space. */