cmMakefile: Remove redundant variable set.

The variable is initialized by the constructor already.
This commit is contained in:
Stephen Kelly 2015-05-14 20:57:24 +02:00
parent 894961af16
commit 63255342c6
1 changed files with 0 additions and 1 deletions

View File

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