diff --git a/src/arch/Threads/Threads_Win32.cpp b/src/arch/Threads/Threads_Win32.cpp index b0030a314f..9aad0e1fd0 100644 --- a/src/arch/Threads/Threads_Win32.cpp +++ b/src/arch/Threads/Threads_Win32.cpp @@ -88,7 +88,6 @@ static void SetThreadName( DWORD dwThreadID, LPCTSTR szThreadName ) } __except (EXCEPTION_CONTINUE_EXECUTION) { } #endif - LOG->Warn("SetThreadName: stub!"); } static DWORD WINAPI StartThread( LPVOID pData )