summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraEclipseCDT4Generator.cxx
diff options
context:
space:
mode:
authorRegina Pfeifer <regina@mailbox.org>2018-12-06 21:52:39 (GMT)
committerRegina Pfeifer <regina@mailbox.org>2018-12-15 09:51:47 (GMT)
commit32cb564bea57af007d03fa31d80a0177057fc901 (patch)
tree0badd6e8b6eeddc8a967ffa3fe3de158fb3e650d /Source/cmExtraEclipseCDT4Generator.cxx
parent7ffa6bf99972a980d995081a66b858eaaca9db7e (diff)
downloadCMake-32cb564bea57af007d03fa31d80a0177057fc901.zip
CMake-32cb564bea57af007d03fa31d80a0177057fc901.tar.gz
CMake-32cb564bea57af007d03fa31d80a0177057fc901.tar.bz2
clang-tidy: Remove redundant member initializations
Diffstat (limited to 'Source/cmExtraEclipseCDT4Generator.cxx')
-rw-r--r--Source/cmExtraEclipseCDT4Generator.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmExtraEclipseCDT4Generator.cxx b/Source/cmExtraEclipseCDT4Generator.cxx
index adb14ec..e7f3ada 100644
--- a/Source/cmExtraEclipseCDT4Generator.cxx
+++ b/Source/cmExtraEclipseCDT4Generator.cxx
@@ -41,7 +41,6 @@ void AppendDictionary(cmXMLWriter& xml, const char* key, T const& value)
}
cmExtraEclipseCDT4Generator::cmExtraEclipseCDT4Generator()
- : cmExternalMakefileProjectGenerator()
{
this->SupportsVirtualFolders = true;
this->GenerateLinkedResources = true;