source@mandoc.bsd.lv
 help / color / mirror / Atom feed
* mdocml: Remove an unused variable (caught in lint-check)
@ 2011-04-04 21:14 kristaps
  0 siblings, 0 replies; only message in thread
From: kristaps @ 2011-04-04 21:14 UTC (permalink / raw)
  To: source

Log Message:
-----------
Remove an unused variable (caught in lint-check)

Modified Files:
--------------
    mdocml:
        term.c

Revision Data
-------------
Index: term.c
===================================================================
RCS file: /usr/vhosts/mdocml.bsd.lv/cvs/mdocml/term.c,v
retrieving revision 1.182
retrieving revision 1.183
diff -Lterm.c -Lterm.c -u -p -r1.182 -r1.183
--- term.c
+++ term.c
@@ -456,11 +456,9 @@ 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)) {
--
 To unsubscribe send an email to source+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-04-04 21:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-04 21:14 mdocml: Remove an unused variable (caught in lint-check) kristaps

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).