[clang-tidy] add readability-redundant-control-flow (#8365)

This commit is contained in:
Jonathan Hui
2022-11-04 16:34:37 -07:00
committed by GitHub
parent 8e020b4018
commit ba826ffb2a
4 changed files with 1 additions and 4 deletions
-2
View File
@@ -767,8 +767,6 @@ void DuaManager::UpdateChildDomainUnicastAddress(const Child &aChild, Mle::Child
mChildDuaMask.Set(childIndex, true);
mChildDuaRegisteredMask.Set(childIndex, false);
}
return;
}
#endif // OPENTHREAD_FTD && OPENTHREAD_CONFIG_TMF_PROXY_DUA_ENABLE