mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-29 10:39:28 -05:00
clang-tidy: Remove redundant member initializations
This commit is contained in:
@@ -48,8 +48,7 @@ private:
|
||||
|
||||
public:
|
||||
Def()
|
||||
: std_string()
|
||||
, Exists(false)
|
||||
: Exists(false)
|
||||
, Used(false)
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user