mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-29 10:31:03 -06:00
cmMakefile: Remove redundant variable set.
The variable is initialized by the constructor already.
This commit is contained in:
@@ -198,7 +198,6 @@ cmMakefile::cmMakefile(cmLocalGenerator* localGenerator)
|
||||
this->HeaderFileExtensions.push_back( "txx" );
|
||||
|
||||
this->DefineFlags = " ";
|
||||
this->LocalGenerator = localGenerator;
|
||||
|
||||
this->AddDefaultDefinitions();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user