1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

remove a constructor implementation that isn't declared

in the header.  How can both clang and gcc accept this?

PR6703

llvm-svn: 99658
This commit is contained in:
Chris Lattner 2010-03-26 22:17:24 +00:00
parent add7caa0f3
commit be06cb7f99

View File

@ -28,12 +28,6 @@ MutexImpl::~MutexImpl()
{ {
} }
bool
MutexImpl::MutexImpl()
{
return true;
}
bool bool
MutexImpl::release() MutexImpl::release()
{ {