summaryrefslogtreecommitdiffstats
path: root/mdoc_term.c
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index ff53bbba..768f7f74 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1721,7 +1721,6 @@ termp_xx_pre(DECL_ARGS)
break;
default:
abort();
- /* NOTREACHED */
}
term_word(p, pp);
@@ -1918,7 +1917,6 @@ termp_quote_pre(DECL_ARGS)
break;
default:
abort();
- /* NOTREACHED */
}
p->flags |= TERMP_NOSPACE;
@@ -1989,7 +1987,6 @@ termp_quote_post(DECL_ARGS)
break;
default:
abort();
- /* NOTREACHED */
}
}
@@ -2218,7 +2215,6 @@ termp_bk_pre(DECL_ARGS)
break;
default:
abort();
- /* NOTREACHED */
}
return(1);