Remove build warning and add temporary getter of privacy name
[platform/framework/native/appfw.git] / src / security / FSec_PrivacyManagerImpl.cpp
index 7944b4e..1d333a6 100755 (executable)
@@ -54,7 +54,6 @@ _PrivacyManagerImpl::GetInstance(PrivacyManager& privacyManager)
 
 bool GetPrivacyAppPackageListNCallback(const char *package_id, void* user_data)
 {
-       result r = E_SUCCESS;
        ArrayList* pList = static_cast < ArrayList* >(user_data);
 
        pList->Add(new String(package_id));