Skip to content

Commit

Permalink
Update Thread.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
elad335 authored May 24, 2023
1 parent 9a67e02 commit 6b8306f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Utilities/Thread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2440,8 +2440,6 @@ void thread_ctrl::wait_for_accurate(u64 usec, bool alert)
return;
}

const auto _this = g_tls_this_thread;

using namespace std::chrono_literals;

const auto until = std::chrono::steady_clock::now() + 1us * usec;
Expand Down

0 comments on commit 6b8306f

Please sign in to comment.