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:
parent
add7caa0f3
commit
be06cb7f99
@ -28,12 +28,6 @@ MutexImpl::~MutexImpl()
|
|||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
|
||||||
MutexImpl::MutexImpl()
|
|
||||||
{
|
|
||||||
return true;
|
|
||||||
}
|
|
||||||
|
|
||||||
bool
|
bool
|
||||||
MutexImpl::release()
|
MutexImpl::release()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user