From afd528276adbd0ac60177c73cadb642860cfcb7a Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 4 Apr 2011 21:14:12 +0000 Subject: Remove an unused variable (caught in lint-check) --- term.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'term.c') diff --git a/term.c b/term.c index 087bf061..4b468e0b 100644 --- a/term.c +++ b/term.c @@ -456,12 +456,10 @@ term_fontpop(struct termp *p) void term_word(struct termp *p, const char *word) { - const char *sv, *seq; + const char *seq; size_t ssz; enum roffdeco deco; - sv = word; - if ( ! (TERMP_NOSPACE & p->flags)) { if ( ! (TERMP_KEEP & p->flags)) { if (TERMP_PREKEEP & p->flags) -- cgit