mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 03:33:56 +00:00
Fix warning
This commit is contained in:
@@ -526,8 +526,8 @@ namespace icicle
|
||||
|
||||
void perform_pending_actions()
|
||||
{
|
||||
auto hooks_to_install = std::move(this->hooks_to_install_);
|
||||
const auto hooks_to_delete = std::move(this->hooks_to_delete_);
|
||||
const auto hooks_to_install = std::move(this->hooks_to_install_);
|
||||
|
||||
this->hooks_to_delete_ = {};
|
||||
this->hooks_to_install_ = {};
|
||||
|
||||
Reference in New Issue
Block a user