[ip6-address] remove undefined/unused method declaration (#4519)

This commit is contained in:
Abtin Keshavarzian
2020-02-03 09:11:35 -08:00
committed by Jonathan Hui
parent 0f274641f1
commit a5862a6de1
-9
View File
@@ -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.
*