Remove unused variables
authorhb.min <hb.min@samsung.com>
Mon, 30 Sep 2013 13:09:43 +0000 (22:09 +0900)
committerhb.min <hb.min@samsung.com>
Mon, 30 Sep 2013 13:09:43 +0000 (22:09 +0900)
Change-Id: I504c920f10ba0c930feb6ddb154b972786402f0a
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;