summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-08-16 12:30:12 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-08-16 12:30:12 +0000
commitff9593c700fe1a21b583d4c1a7d57df4f48bce05 (patch)
tree43a9ac9999849b0463cc3384fe25932b7deda7aa
parent7110f48309babd1dbd69a3a0bfd663d618519be6 (diff)
downloadmandoc-ff9593c700fe1a21b583d4c1a7d57df4f48bce05.tar.gz
Lint check.
-rw-r--r--roff.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/roff.c b/roff.c
index 83b81aff..65f1b29d 100644
--- a/roff.c
+++ b/roff.c
@@ -1667,13 +1667,6 @@ roff_eqn(const struct roff *r)
return(r->last_eqn ? &r->last_eqn->eqn : NULL);
}
-char
-roff_eqndelim(const struct roff *r)
-{
-
- return('\0');
-}
-
/*
* Duplicate an input string, making the appropriate character
* conversations (as stipulated by `tr') along the way.