From cabfb61097994b7f68e8c056a49c42c5eb07c013 Mon Sep 17 00:00:00 2001 From: "hb.min" Date: Mon, 30 Sep 2013 21:59:05 +0900 Subject: [PATCH] Remove unused variables Change-Id: I8b9fad92a622b802e9a365b4d2dec5145efa5b5d Signed-off-by: hb.min --- src/security/inc/FSec_AccessControlTypes.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/security/inc/FSec_AccessControlTypes.h b/src/security/inc/FSec_AccessControlTypes.h index f72644d..3df87bc 100644 --- a/src/security/inc/FSec_AccessControlTypes.h +++ b/src/security/inc/FSec_AccessControlTypes.h @@ -591,8 +591,6 @@ const static bool privacyListTable[_MAX_PRIVILEGE_ENUM] = const int MAX_BITWISE_PRIV_SIZE = (((_MAX_PRIVILEGE_ENUM - 1) / 32) + 1) * 4; const int MAX_APP_ID_SIZE = 10; -const int MAX_CACHE_SIZE = 20; -const int MAX_ACTIVE_CACHE_SIZE = 5; const int _KEY_LEN = 16; const int _IV_LEN = 16; -- 2.7.4