diff options
author | Regina Pfeifer <regina@mailbox.org> | 2018-12-06 21:52:39 (GMT) |
---|---|---|
committer | Regina Pfeifer <regina@mailbox.org> | 2018-12-15 09:51:47 (GMT) |
commit | 32cb564bea57af007d03fa31d80a0177057fc901 (patch) | |
tree | 0badd6e8b6eeddc8a967ffa3fe3de158fb3e650d /Source/cmNinjaTargetGenerator.cxx | |
parent | 7ffa6bf99972a980d995081a66b858eaaca9db7e (diff) | |
download | CMake-32cb564bea57af007d03fa31d80a0177057fc901.zip CMake-32cb564bea57af007d03fa31d80a0177057fc901.tar.gz CMake-32cb564bea57af007d03fa31d80a0177057fc901.tar.bz2 |
clang-tidy: Remove redundant member initializations
Diffstat (limited to 'Source/cmNinjaTargetGenerator.cxx')
-rw-r--r-- | Source/cmNinjaTargetGenerator.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmNinjaTargetGenerator.cxx b/Source/cmNinjaTargetGenerator.cxx index 7ac8d1b..228c9fb 100644 --- a/Source/cmNinjaTargetGenerator.cxx +++ b/Source/cmNinjaTargetGenerator.cxx @@ -54,10 +54,8 @@ cmNinjaTargetGenerator::cmNinjaTargetGenerator(cmGeneratorTarget* target) : cmCommonTargetGenerator(target) , MacOSXContentGenerator(nullptr) , OSXBundleGenerator(nullptr) - , MacContentFolders() , LocalGenerator( static_cast<cmLocalNinjaGenerator*>(target->GetLocalGenerator())) - , Objects() { MacOSXContentGenerator = new MacOSXContentGeneratorType(this); } |