mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 22:50:26 -06:00
clang-tidy: Remove redundant member initializations
This commit is contained in:
@@ -21,8 +21,7 @@
|
||||
#include <utility>
|
||||
|
||||
cmExtraCodeLiteGenerator::cmExtraCodeLiteGenerator()
|
||||
: cmExternalMakefileProjectGenerator()
|
||||
, ConfigName("NoConfig")
|
||||
: ConfigName("NoConfig")
|
||||
, CpuCount(2)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user