summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-14 18:57:24 (GMT)
committerStephen Kelly <steveire@gmail.com>2015-05-14 18:57:24 (GMT)
commit63255342c63fa60926c8cef5d0cdcf372f977b5f (patch)
tree93de4aae1af2942f8b099021b62b8896f2efcdb9 /Source
parent894961af16c83beb785b3d0fa7d1e6b80946eaac (diff)
downloadCMake-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.cxx1
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();