From: hb.min Date: Mon, 30 Sep 2013 13:09:43 +0000 (+0900) Subject: Remove unused variables X-Git-Tag: accepted/tizen/20131018.104622~8^2~13 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec866681a06332fb3c3d656e49323c70b2a1ad65;p=platform%2Fframework%2Fnative%2Fappfw.git Remove unused variables Change-Id: I504c920f10ba0c930feb6ddb154b972786402f0a Signed-off-by: hb.min --- 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;