Bläddra i källkod

cmLocalUnixMakefileGenerator3: Remove unused variable.

Stephen Kelly 10 år sedan
förälder
incheckning
bc1211fa7d
1 ändrade filer med 0 tillägg och 1 borttagningar
  1. 0 1
      Source/cmLocalUnixMakefileGenerator3.cxx

+ 0 - 1
Source/cmLocalUnixMakefileGenerator3.cxx

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