[clang-tidy] Remove redundant init
Found with modernize-use-default-member-init Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
committed by
Paul Beckingham
parent
54e40008c9
commit
cc6826fc3a
@@ -108,8 +108,7 @@ Variant::Variant (const Variant& other)
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
Variant::Variant (const bool value)
|
||||
: _type (Variant::type_boolean)
|
||||
, _bool (value)
|
||||
: _bool (value)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user