Remove a unused variable
authorSangyoon Jang <jeremy.jang@samsung.com>
Thu, 2 Aug 2018 09:54:26 +0000 (18:54 +0900)
committer장상윤/Tizen Platform Lab(SR)/Engineer/삼성전자 <jeremy.jang@samsung.com>
Thu, 2 Aug 2018 09:58:11 +0000 (18:58 +0900)
Change-Id: Idf7d9be847622df8e853ee9bebd22bfe1cb75530
Signed-off-by: Sangyoon Jang <jeremy.jang@samsung.com>
src/client/client.cc

index 43f4c1df102fb0151b84f43fab109499b7ed802d..d6fa23c6fec20393c29c7c2058aa0d4751feec76 100644 (file)
@@ -254,7 +254,6 @@ API int capmgr_app_control_get_operation(capmgr_app_control_h app_control,
   if (!app_control || !operation)
     return CAPMGR_ERROR_INVALID_PARAMETER;
 
-  int r;
   const char* val = aul_svc_get_operation(app_control->b);
   if (!val)
     return CAPMGR_ERROR_INVALID_PARAMETER;