Commit 1d555fdd authored by Lioncash's avatar Lioncash
Browse files

common/thread: Remove unused CurrentThreadId()

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.
parent ec38b4e8
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment