cmLocalUnixMakefileGenerator3: Remove unused variable.

This commit is contained in:
Stephen Kelly 2015-06-13 08:38:19 +02:00
parent 31ce82d46d
commit bc1211fa7d
1 changed files with 0 additions and 1 deletions

View File

@ -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";