From ccbb30496912e6e8588734e660ca70c287bb1367 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Sat, 1 Aug 2020 10:40:49 -0700 Subject: [PATCH] [ip6] remove unused mScopeId from otSockAddr (#5316) --- include/openthread/instance.h | 2 +- include/openthread/ip6.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/include/openthread/instance.h b/include/openthread/instance.h index be53ca2c4..cf152ae60 100644 --- a/include/openthread/instance.h +++ b/include/openthread/instance.h @@ -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 diff --git a/include/openthread/ip6.h b/include/openthread/ip6.h index e1f99c28c..ef169607a 100644 --- a/include/openthread/ip6.h +++ b/include/openthread/ip6.h @@ -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; /**