remove a constructor implementation that isn't declared
authorChris Lattner <sabre@nondot.org>
Fri, 26 Mar 2010 22:17:24 +0000 (22:17 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 26 Mar 2010 22:17:24 +0000 (22:17 +0000)
in the header.  How can both clang and gcc accept this?

PR6703

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@99658 91177308-0d34-0410-b5e6-96231b3b80d8

lib/System/Unix/Mutex.inc

index 10e7ecb75a5f71a6d1fa26eb1eed754db35e9c10..4a5e28de27b082ee1e828574e425d22139bef3e4 100644 (file)
@@ -28,12 +28,6 @@ MutexImpl::~MutexImpl()
 {
 }
 
-bool 
-MutexImpl::MutexImpl()
-{
-  return true;
-}
-
 bool 
 MutexImpl::release()
 {