mirror of
https://github.com/espressif/openthread.git
synced 2026-08-08 19:57:46 +00:00
[mle] remove now undefined UpdateChildAddresses() (#10475)
This method was refactored in 25fe46d8dd (#8963) but its declaration
was not removed.
This commit is contained in:
@@ -643,7 +643,6 @@ private:
|
||||
void StopLeader(void);
|
||||
void SynchronizeChildNetworkData(void);
|
||||
Error ProcessAddressRegistrationTlv(RxInfo &aRxInfo, Child &aChild);
|
||||
Error UpdateChildAddresses(const Message &aMessage, uint16_t aOffset, uint16_t aLength, Child &aChild);
|
||||
bool HasNeighborWithGoodLinkQuality(void) const;
|
||||
#if OPENTHREAD_CONFIG_TMF_PROXY_DUA_ENABLE
|
||||
void SignalDuaAddressEvent(const Child &aChild, const Ip6::Address &aOldDua) const;
|
||||
|
||||
Reference in New Issue
Block a user