mirror of
https://github.com/espressif/openthread.git
synced 2026-09-01 06:49:54 +00:00
[ip6-address] remove undefined/unused method declaration (#4519)
This commit is contained in:
committed by
Jonathan Hui
parent
0f274641f1
commit
a5862a6de1
@@ -126,15 +126,6 @@ public:
|
||||
*/
|
||||
bool IsLoopback(void) const;
|
||||
|
||||
/**
|
||||
* This method indicates whether or not the IPv6 address scope is Interface-Local.
|
||||
*
|
||||
* @retval TRUE If the IPv6 address scope is Interface-Local.
|
||||
* @retval FALSE If the IPv6 address scope is not Interface-Local.
|
||||
*
|
||||
*/
|
||||
bool IsInterfaceLocal(void) const;
|
||||
|
||||
/**
|
||||
* This method indicates whether or not the IPv6 address scope is Link-Local.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user