Remove unused variable
This commit is contained in:
parent
a2bc07cf7f
commit
2d47888360
@ -2361,7 +2361,6 @@ static int _write_phony_targets(Configure * configure, FILE * fp)
|
||||
{
|
||||
String const * p;
|
||||
String * prints;
|
||||
String * q;
|
||||
size_t i;
|
||||
char c;
|
||||
String const * type;
|
||||
@ -2370,7 +2369,6 @@ static int _write_phony_targets(Configure * configure, FILE * fp)
|
||||
return 0;
|
||||
if((prints = string_new(p)) == NULL)
|
||||
return 1;
|
||||
q = prints;
|
||||
for(i = 0;; i++)
|
||||
{
|
||||
if(prints[i] != ',' && prints[i] != '\0')
|
||||
|
Loading…
Reference in New Issue
Block a user