summaryrefslogtreecommitdiffstats
path: root/vcl/osx/salinst.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/osx/salinst.cxx')
-rw-r--r--vcl/osx/salinst.cxx10
1 files changed, 0 insertions, 10 deletions
diff --git a/vcl/osx/salinst.cxx b/vcl/osx/salinst.cxx
index aa274e8292f3..5e5415fef884 100644
--- a/vcl/osx/salinst.cxx
+++ b/vcl/osx/salinst.cxx
@@ -265,16 +265,6 @@ SalYieldMutex::~SalYieldMutex()
{
}
-void SalYieldMutex::doAcquire( sal_uInt32 nLockCount )
-{
- comphelper::GenericSolarMutex::doAcquire( nLockCount );
-}
-
-sal_uInt32 SalYieldMutex::doRelease( const bool bUnlockAll )
-{
- return comphelper::GenericSolarMutex::doRelease( bUnlockAll );
-}
-
// some convenience functions regarding the yield mutex, aka solar mutex
bool ImplSalYieldMutexTryToAcquire()