From 0a1ede431bbe6cdd4427eced47c8259057516b66 Mon Sep 17 00:00:00 2001 From: cc Date: Fri, 26 Aug 2016 22:12:01 +0900 Subject: [PATCH] Remove unused enum eAccessPolicy The unnessary enum data is removed. Change-Id: I6d55405827a365689a5a8d452dd400464b1fbd16 Signed-off-by: cc Reviewed-on: https://gerrit.iotivity.org/gerrit/10969 Reviewed-by: Uze Choi Tested-by: jenkins-iotivity --- service/notification/include/NSCommon.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/service/notification/include/NSCommon.h b/service/notification/include/NSCommon.h index 96b20f8..42a4a4a 100644 --- a/service/notification/include/NSCommon.h +++ b/service/notification/include/NSCommon.h @@ -74,15 +74,6 @@ typedef enum eResponse } NSResponse; /** - * Access policy exchanged between provider and consumer during subscription process - */ -typedef enum eAccessPolicy -{ - NS_ACCESS_ALLOW = 0, - NS_ACCESS_DENY = 1, -} NSAccessPolicy; // not used , this structure will be deleted. - -/** * Notification message status to synchronize */ typedef enum -- 2.7.4