From 9e546d95ccd6194423e4673f80c2adeee500b720 Mon Sep 17 00:00:00 2001 From: "Ben \"root\" Anderson" Date: Sat, 26 Oct 2013 15:33:33 -0500 Subject: [PATCH] I thought I removed that --- src/arch/Threads/Threads_Win32.cpp | 1 - 1 file changed, 1 deletion(-) 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 )