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->HeaderFileExtensions.push_back( "txx" );
|
||||||
|
|
||||||
this->DefineFlags = " ";
|
this->DefineFlags = " ";
|
||||||
this->LocalGenerator = localGenerator;
|
|
||||||
|
|
||||||
this->AddDefaultDefinitions();
|
this->AddDefaultDefinitions();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user