Remove unused function
[platform/core/appfw/pkgmgr-info.git] / src / server / database / pkg_set_db_handler.cc
index 5ce24ff..8c6de49 100644 (file)
@@ -37,10 +37,6 @@ void PkgSetDBHandler::SetPkgInfo(package_x* package) {
   package_ = package;
 }
 
-void PkgSetDBHandler::SetPkgID(std::string pkgid) {
-  pkgid = std::move(pkgid);
-}
-
 void PkgSetDBHandler::SetWriteType(pkgmgr_common::PkgWriteType write_type) {
   write_type_ = write_type;
 }