cmLocalUnixMakefileGenerator3: Remove unused variable.
This commit is contained in:
parent
31ce82d46d
commit
bc1211fa7d
|
@ -1840,7 +1840,6 @@ void cmLocalUnixMakefileGenerator3
|
|||
std::vector<std::string> commands;
|
||||
|
||||
// Write the all rule.
|
||||
std::string dir;
|
||||
std::string recursiveTarget = this->Makefile->GetCurrentBinaryDirectory();
|
||||
recursiveTarget += "/all";
|
||||
|
||||
|
|
Loading…
Reference in New Issue