diff --git a/src/OpenThreads/win32/Win32Mutex.cpp b/src/OpenThreads/win32/Win32Mutex.cpp index 9ddd4058c..36477dbdc 100644 --- a/src/OpenThreads/win32/Win32Mutex.cpp +++ b/src/OpenThreads/win32/Win32Mutex.cpp @@ -83,7 +83,6 @@ static void _S_nsec_sleep(int __log_nsec) { // Mutex::Mutex(MutexType type): _mutexType(type) -) { Win32MutexPrivateData *pd = new Win32MutexPrivateData(); _prvData = static_cast(pd);