src/frontend/postcoms.c, cleanup, unused variable `appendwrite'

This commit is contained in:
rlar 2014-10-12 22:06:33 +02:00
parent e08dcafbe9
commit 254be00842
1 changed files with 1 additions and 3 deletions

View File

@ -543,7 +543,7 @@ com_write_sparam(wordlist *wl)
struct pnode *pn;
struct dvec *d, *vecs = NULL, *lv = NULL, *end, *vv, *Rbasevec = NULL;
struct pnode *names;
bool scalefound, appendwrite = FALSE;
bool scalefound;
struct plot *tpl, newplot;
double Rbaseval;
@ -678,8 +678,6 @@ com_write_sparam(wordlist *wl)
} else {
lv = d;
}
/* If there are more plots we want them appended... */
appendwrite = TRUE;
}
done: