/*
- * Copyright(c) 2013-2020 Samsung Electronics Co., Ltd All Rights Reserved
+ * Copyright(c) 2013-2021 Samsung Electronics Co., Ltd All Rights Reserved
*
* Licensed under the Apache License, Version 2.0(the License);
* you may not use this file except in compliance with the License.
TRY_INIT_DB(PRIVILEGE_DB_TYPE_PRIVACY_RW, &db);
- char* sql = sql = sqlite3_mprintf("delete from privacy_package where pkg_id = %Q and uid = %d", pkgid, uid);
+ char* sql = sqlite3_mprintf("delete from privacy_package where pkg_id = %Q and uid = %d", pkgid, uid);
TRY_PREPARE_STMT(db, sql, &stmt);