From 0a9d2de404bb90f814a226142947f5a888fd7377 Mon Sep 17 00:00:00 2001 From: Kwangyoun Kim Date: Wed, 22 Jun 2016 10:34:48 +0900 Subject: [PATCH] Remove cynara check for command apis Change-Id: Id7902e6d4e076e289a43373e5284ae824e341786 Signed-off-by: Kwangyoun Kim --- common/vc_command.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/common/vc_command.c b/common/vc_command.c index e93a1e8..9adfaf4 100644 --- a/common/vc_command.c +++ b/common/vc_command.c @@ -110,7 +110,8 @@ static void __check_privilege_deinitialize() static int __vc_cmd_check_privilege() { - char uid[16]; +#if 0 + char uid[16]; int ret = -1; if (0 == g_privilege_allowed) { @@ -132,6 +133,7 @@ static int __vc_cmd_check_privilege() } g_privilege_allowed = 1; +#endif return VC_ERROR_NONE; } -- 2.7.4