summaryrefslogtreecommitdiff
path: root/Source/cmGlobalMSYSMakefileGenerator.cxx
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2015-05-18 20:01:37 +0200
committerStephen Kelly <steveire@gmail.com>2015-05-18 20:02:31 +0200
commit14f171c3ba1f996f8c97b9373fc58cbe34e97d6f (patch)
treed4dbfb3634a95a487fe42b38ccb89f8fdad4ab6d /Source/cmGlobalMSYSMakefileGenerator.cxx
parentcf7f03e5229aa011e176589fbc71cf4fb259f897 (diff)
downloadcmake-14f171c3ba1f996f8c97b9373fc58cbe34e97d6f.tar.gz
Remove method calls just repeating the default.
Diffstat (limited to 'Source/cmGlobalMSYSMakefileGenerator.cxx')
-rw-r--r--Source/cmGlobalMSYSMakefileGenerator.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmGlobalMSYSMakefileGenerator.cxx b/Source/cmGlobalMSYSMakefileGenerator.cxx
index b6adcbb2ae..d34df8b0ac 100644
--- a/Source/cmGlobalMSYSMakefileGenerator.cxx
+++ b/Source/cmGlobalMSYSMakefileGenerator.cxx
@@ -100,8 +100,6 @@ cmGlobalMSYSMakefileGenerator::CreateLocalGenerator(cmLocalGenerator* parent)
cmLocalUnixMakefileGenerator3* lg =
new cmLocalUnixMakefileGenerator3(this, parent);
lg->SetIgnoreLibPrefix(true);
- lg->SetPassMakeflags(false);
- lg->SetUnixCD(true);
return lg;
}