Cosmetics.

This commit is contained in:
Bartosz Taudul 2019-08-14 01:12:23 +02:00
parent e5c40b74ee
commit 8925d026a9

View File

@ -137,7 +137,6 @@ void SetThreadName( std::thread::native_handle_type handle, const char* name )
# elif defined __APPLE__
pthread_threadid_np( handle, &data->id );
# elif defined __CYGWIN__
data->id = GetThreadId( ((stub2*)handle)->hnd );
# else
data->id = (uint64_t)handle;