From a023250d075a09dc1227075bafe3762774bc6e8c Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 18 Feb 2010 22:20:11 +0000 Subject: [PATCH] From Mourad Boufarguine, fixed typo. --- src/OpenThreads/win32/Win32Mutex.cpp | 1 - 1 file changed, 1 deletion(-) 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);