Cleanup: Clang-tidy readability-redundant-string-init
No functional change.
This commit is contained in:
@@ -20,7 +20,6 @@ Checks: >
|
||||
|
||||
-readability-named-parameter,
|
||||
-readability-function-cognitive-complexity,
|
||||
-readability-redundant-string-init,
|
||||
|
||||
bugprone-*,
|
||||
-bugprone-narrowing-conversions,
|
||||
|
||||
@@ -44,10 +44,7 @@ using Alembic::AbcGeom::IXformSchema;
|
||||
namespace blender::io::alembic {
|
||||
|
||||
AbcObjectReader::AbcObjectReader(const IObject &object, ImportSettings &settings)
|
||||
: m_name(""),
|
||||
m_object_name(""),
|
||||
m_data_name(""),
|
||||
m_object(NULL),
|
||||
: m_object(NULL),
|
||||
m_iobject(object),
|
||||
m_settings(&settings),
|
||||
m_min_time(std::numeric_limits<chrono_t>::max()),
|
||||
|
||||
Reference in New Issue
Block a user