From 0308b422a53f268a508376be54b9af9c750917b7 Mon Sep 17 00:00:00 2001 From: "jaesick.shin" Date: Thu, 11 Aug 2016 21:24:22 +0900 Subject: [PATCH] remove NSTopic state in NSCacheTopicSubData. NSTopic state variable is not required in NSCacheTopicSubData. Change-Id: Ifd76a6638604fab432215f7134e08adc051e1d1d Signed-off-by: jaesick.shin Reviewed-on: https://gerrit.iotivity.org/gerrit/10277 Tested-by: jenkins-iotivity Reviewed-by: Madan Lanka --- service/notification/src/common/NSStructs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/service/notification/src/common/NSStructs.h b/service/notification/src/common/NSStructs.h index 4c30ed9..bb5c68f 100644 --- a/service/notification/src/common/NSStructs.h +++ b/service/notification/src/common/NSStructs.h @@ -80,7 +80,6 @@ typedef struct { char id[NS_UUID_STRING_SIZE]; char * topicName; - NSTopicState state; } NSCacheTopicSubData; -- 2.7.4