Skip to content
  • Lioncash's avatar
    common/thread: Remove unused CurrentThreadId() · 1d555fdd
    Lioncash authored
    This is an old function that's no longer necessary. C++11 introduced
    proper threading support to the language and a thread ID can be
    retrieved via std::this_thread::get_id() if it's ever needed.
    1d555fdd
Loading