Remove unused variable

This commit is contained in:
Pierre Pronchery 2015-05-08 00:45:05 +02:00
parent a2bc07cf7f
commit 2d47888360

View File

@ -2361,7 +2361,6 @@ static int _write_phony_targets(Configure * configure, FILE * fp)
{ {
String const * p; String const * p;
String * prints; String * prints;
String * q;
size_t i; size_t i;
char c; char c;
String const * type; String const * type;
@ -2370,7 +2369,6 @@ static int _write_phony_targets(Configure * configure, FILE * fp)
return 0; return 0;
if((prints = string_new(p)) == NULL) if((prints = string_new(p)) == NULL)
return 1; return 1;
q = prints;
for(i = 0;; i++) for(i = 0;; i++)
{ {
if(prints[i] != ',' && prints[i] != '\0') if(prints[i] != ',' && prints[i] != '\0')