mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-03 04:40:18 -05:00
COMP: removed unused variable temp
Alex
This commit is contained in:
@@ -1272,7 +1272,6 @@ WriteCustomRule(std::ostream& fout,
|
||||
else
|
||||
{
|
||||
// Write out the dependencies for the rule.
|
||||
std::string temp;
|
||||
for(std::vector<std::string>::const_iterator d = depends.begin();
|
||||
d != depends.end(); ++d)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user