Browse Source

cmMakefile: Remove redundant variable set.

The variable is initialized by the constructor already.
Stephen Kelly 10 years ago
parent
commit
63255342c6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Source/cmMakefile.cxx

+ 0 - 1
Source/cmMakefile.cxx

@@ -198,7 +198,6 @@ cmMakefile::cmMakefile(cmLocalGenerator* localGenerator)
   this->HeaderFileExtensions.push_back( "txx" );
 
   this->DefineFlags = " ";
-  this->LocalGenerator = localGenerator;
 
   this->AddDefaultDefinitions();