Remove unused variables
authorhb.min <hb.min@samsung.com>
Mon, 30 Sep 2013 12:59:05 +0000 (21:59 +0900)
committerhb.min <hb.min@samsung.com>
Mon, 30 Sep 2013 12:59:05 +0000 (21:59 +0900)
Change-Id: I8b9fad92a622b802e9a365b4d2dec5145efa5b5d
Signed-off-by: hb.min <hb.min@samsung.com>
src/security/inc/FSec_AccessControlTypes.h

index f72644d..3df87bc 100644 (file)
@@ -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;