summaryrefslogtreecommitdiff
path: root/io/source/stm/opump.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'io/source/stm/opump.cxx')
-rw-r--r--io/source/stm/opump.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/io/source/stm/opump.cxx b/io/source/stm/opump.cxx
index e1ca00d93163..6224f9248645 100644
--- a/io/source/stm/opump.cxx
+++ b/io/source/stm/opump.cxx
@@ -108,7 +108,6 @@ Pump::Pump() : m_aThread( 0 ),
m_cnt( m_aMutex ),
m_closeFired( sal_False )
{
- g_moduleCount.modCnt.acquire( &g_moduleCount.modCnt );
}
Pump::~Pump()
@@ -119,7 +118,6 @@ Pump::~Pump()
osl_joinWithThread( m_aThread );
osl_destroyThread( m_aThread );
}
- g_moduleCount.modCnt.release( &g_moduleCount.modCnt );
}
void Pump::fireError( const Any & exception )