Change-Id: I538d68754d02210ed6e8147297be948e8e3ac5f4
Signed-off-by: Daehyeon Jung <darrenh.jung@samsung.com>
root["mime"] = this->mime();
root["appid"] = this->appid();
root["pkgid"] = this->pkgid();
- return std::move(root);
+ return root;
}
bool IsValid() const { return valid_; }
}
virtual std::unique_lock<const SQLTransaction> GetTransactionGuard() {
- return std::move(std::unique_lock<const SQLTransaction>(transaction_));
+ return std::unique_lock<const SQLTransaction>(transaction_);
}
protected: