cmMakefile: Remove redundant variable set.
The variable is initialized by the constructor already.
This commit is contained in:
parent
894961af16
commit
63255342c6
|
@ -198,7 +198,6 @@ cmMakefile::cmMakefile(cmLocalGenerator* localGenerator)
|
|||
this->HeaderFileExtensions.push_back( "txx" );
|
||||
|
||||
this->DefineFlags = " ";
|
||||
this->LocalGenerator = localGenerator;
|
||||
|
||||
this->AddDefaultDefinitions();
|
||||
|
||||
|
|
Loading…
Reference in New Issue