COMP: removed unused variable temp

Alex
This commit is contained in:
Alexander Neundorf 2007-05-04 14:08:50 -04:00
parent 16b1f05fc2
commit f1e02b2993
1 changed files with 0 additions and 1 deletions

View File

@ -1272,7 +1272,6 @@ WriteCustomRule(std::ostream& fout,
else else
{ {
// Write out the dependencies for the rule. // Write out the dependencies for the rule.
std::string temp;
for(std::vector<std::string>::const_iterator d = depends.begin(); for(std::vector<std::string>::const_iterator d = depends.begin();
d != depends.end(); ++d) d != depends.end(); ++d)
{ {