mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
cmLocalUnixMakefileGenerator3: Remove unused variable.
This commit is contained in:
@@ -1840,7 +1840,6 @@ void cmLocalUnixMakefileGenerator3
|
|||||||
std::vector<std::string> commands;
|
std::vector<std::string> commands;
|
||||||
|
|
||||||
// Write the all rule.
|
// Write the all rule.
|
||||||
std::string dir;
|
|
||||||
std::string recursiveTarget = this->Makefile->GetCurrentBinaryDirectory();
|
std::string recursiveTarget = this->Makefile->GetCurrentBinaryDirectory();
|
||||||
recursiveTarget += "/all";
|
recursiveTarget += "/all";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user