Skip to content

Commit

Permalink
finish refactor
Browse files Browse the repository at this point in the history
missed this one
ab9rf committed Dec 21, 2024
1 parent 91eaa19 commit b88e28f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion library/include/Core.h
Original file line number Diff line number Diff line change
@@ -403,7 +403,6 @@ namespace DFHack
protected:
void complete_lock()
{
auto& core = Core::getInstance();
tid = core.ownerThread.exchange(std::this_thread::get_id(),
std::memory_order_acquire);
}

0 comments on commit b88e28f

Please sign in to comment.