[ip6] remove unused mScopeId from otSockAddr (#5316)

This commit is contained in:
Abtin Keshavarzian
2020-08-01 10:40:49 -07:00
committed by GitHub
parent cca72a660f
commit ccbb304969
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -53,7 +53,7 @@ extern "C" {
* @note This number versions both OpenThread platform and user APIs.
*
*/
#define OPENTHREAD_API_VERSION (19)
#define OPENTHREAD_API_VERSION (20)
/**
* @addtogroup api-instance
-1
View File
@@ -205,7 +205,6 @@ typedef struct otSockAddr
{
otIp6Address mAddress; ///< An IPv6 address.
uint16_t mPort; ///< A transport-layer port.
int8_t mScopeId; ///< An IPv6 scope identifier.
} otSockAddr;
/**