aboutsummaryrefslogtreecommitdiff
path: root/lib/System/RWMutex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/System/RWMutex.cpp')
-rw-r--r--lib/System/RWMutex.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/System/RWMutex.cpp b/lib/System/RWMutex.cpp
index 6cf2076cb0..2b6cf6c214 100644
--- a/lib/System/RWMutex.cpp
+++ b/lib/System/RWMutex.cpp
@@ -23,7 +23,7 @@
// Define all methods as no-ops if threading is explicitly disabled
namespace llvm {
using namespace sys;
-RWMutex::RWMutex( bool recursive) { }
+RWMutex::RWMutex() { }
RWMutex::~RWMutex() { }
bool RWMutex::reader_acquire() { return true; }
bool RWMutex::reader_release() { return true; }