diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-08-16 12:30:12 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2011-08-16 12:30:12 +0000 |
commit | ff9593c700fe1a21b583d4c1a7d57df4f48bce05 (patch) | |
tree | 43a9ac9999849b0463cc3384fe25932b7deda7aa /roff.c | |
parent | 7110f48309babd1dbd69a3a0bfd663d618519be6 (diff) | |
download | mandoc-ff9593c700fe1a21b583d4c1a7d57df4f48bce05.tar.gz |
Lint check.
Diffstat (limited to 'roff.c')
-rw-r--r-- | roff.c | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -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. |