diff options
author | Stephen Kelly <steveire@gmail.com> | 2015-05-14 18:57:24 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2015-05-14 18:57:24 (GMT) |
commit | 63255342c63fa60926c8cef5d0cdcf372f977b5f (patch) | |
tree | 93de4aae1af2942f8b099021b62b8896f2efcdb9 /Source | |
parent | 894961af16c83beb785b3d0fa7d1e6b80946eaac (diff) | |
download | CMake-63255342c63fa60926c8cef5d0cdcf372f977b5f.zip CMake-63255342c63fa60926c8cef5d0cdcf372f977b5f.tar.gz CMake-63255342c63fa60926c8cef5d0cdcf372f977b5f.tar.bz2 |
cmMakefile: Remove redundant variable set.
The variable is initialized by the constructor already.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmMakefile.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmMakefile.cxx b/Source/cmMakefile.cxx index 48a9b92..61ada2d 100644 --- a/Source/cmMakefile.cxx +++ b/Source/cmMakefile.cxx @@ -198,7 +198,6 @@ cmMakefile::cmMakefile(cmLocalGenerator* localGenerator) this->HeaderFileExtensions.push_back( "txx" ); this->DefineFlags = " "; - this->LocalGenerator = localGenerator; this->AddDefaultDefinitions(); |