mirror of
https://github.com/espressif/openthread.git
synced 2026-09-10 03:00:09 +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;
|
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.
|
* This method indicates whether or not the IPv6 address scope is Link-Local.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user