aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit4f9bac55c94e5817675e9abfa01fd91554f96ee2 (patch)
tree217c732e0a2afc914967d5decb6e8576b3cc6508
parent50efd1a131ba6735764a598cbd4df530c5412ba2 (diff)
downloadmandoc-4f9bac55c94e5817675e9abfa01fd91554f96ee2.tar.gz
mandoc-4f9bac55c94e5817675e9abfa01fd91554f96ee2.tar.zst
mandoc-4f9bac55c94e5817675e9abfa01fd91554f96ee2.zip
Lint check.
-rw-r--r--roff.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/roff.c b/roff.c
index f1258ef9..0c3deefe 100644
--- a/roff.c
+++ b/roff.c
@@ -1,4 +1,4 @@
-/* $Id: roff.c,v 1.167 2011/07/29 10:16:59 kristaps Exp $ */
+/* $Id: roff.c,v 1.168 2011/08/16 12:30:12 kristaps Exp $ */
/*
* Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -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.