Преглед на файлове

COMP: Fix shadowed local variable created by previous cmake_force change.

Brad King преди 19 години
родител
ревизия
a8426f55e5
променени са 1 файла, в които са добавени 0 реда и са изтрити 4 реда
  1. 0 4
      Source/cmLocalUnixMakefileGenerator3.cxx

+ 0 - 4
Source/cmLocalUnixMakefileGenerator3.cxx

@@ -740,14 +740,10 @@ cmLocalUnixMakefileGenerator3
 
 
   // Special symbolic target that never exists to force dependers to
   // Special symbolic target that never exists to force dependers to
   // run their rules.
   // run their rules.
-  {
-  std::vector<std::string> no_depends;
-  std::vector<std::string> no_commands;
   this->WriteMakeRule
   this->WriteMakeRule
     (makefileStream,
     (makefileStream,
      "A target that is always out of date.",
      "A target that is always out of date.",
      "cmake_force", no_depends, no_commands, true);
      "cmake_force", no_depends, no_commands, true);
-  }
 
 
   // Variables for reference by other rules.
   // Variables for reference by other rules.
   this->WriteMakeVariables(makefileStream);
   this->WriteMakeVariables(makefileStream);