mirror of
https://github.com/espressif/openthread.git
synced 2026-08-20 01:19:51 +00:00
[clang-tidy] readability-redundant-member-init (#5781)
This commit is contained in:
@@ -42,8 +42,6 @@ namespace ot {
|
||||
|
||||
Notifier::Notifier(Instance &aInstance)
|
||||
: InstanceLocator(aInstance)
|
||||
, mEventsToSignal()
|
||||
, mSignaledEvents()
|
||||
, mTask(aInstance, Notifier::EmitEvents, this)
|
||||
{
|
||||
for (ExternalCallback &callback : mExternalCallbacks)
|
||||
|
||||
Reference in New Issue
Block a user