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
MutexImpl::release()
{