Skip to content

Commit b88e28f

Browse files
committed
finish refactor
missed this one
1 parent 91eaa19 commit b88e28f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

library/include/Core.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -403,7 +403,6 @@ namespace DFHack
403403
protected:
404404
void complete_lock()
405405
{
406-
auto& core = Core::getInstance();
407406
tid = core.ownerThread.exchange(std::this_thread::get_id(),
408407
std::memory_order_acquire);
409408
}

0 commit comments

Comments
 (0)