diff options
Diffstat (limited to 'llvm/lib')
| -rw-r--r-- | llvm/lib/System/RWMutex.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/RWMutex.cpp b/llvm/lib/System/RWMutex.cpp index 6cf2076cb07..2b6cf6c2148 100644 --- a/llvm/lib/System/RWMutex.cpp +++ b/llvm/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; }  | 

