From: hb.min Date: Mon, 30 Sep 2013 12:59:05 +0000 (+0900) Subject: Remove unused variables X-Git-Tag: submit/tizen/20131210.080830^2^2~86^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cabfb61097994b7f68e8c056a49c42c5eb07c013;p=platform%2Fframework%2Fnative%2Fappfw.git Remove unused variables Change-Id: I8b9fad92a622b802e9a365b4d2dec5145efa5b5d 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;