Fix warning

This commit is contained in:
momo5502
2025-08-09 21:00:10 +02:00
parent b3bdfc9d6b
commit 9e45d2a333

View File

@@ -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_ = {};