summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/firebird/Connection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/firebird/Connection.cxx')
-rw-r--r--connectivity/source/drivers/firebird/Connection.cxx7
1 files changed, 0 insertions, 7 deletions
diff --git a/connectivity/source/drivers/firebird/Connection.cxx b/connectivity/source/drivers/firebird/Connection.cxx
index 9cb9fc340cc8..3c4ba3522020 100644
--- a/connectivity/source/drivers/firebird/Connection.cxx
+++ b/connectivity/source/drivers/firebird/Connection.cxx
@@ -83,7 +83,6 @@ static const OUStringLiteral our_sFBKLocation( "firebird.fbk" );
Connection::Connection(FirebirdDriver* _pDriver)
: Connection_BASE(m_aMutex)
- , OSubComponent<Connection, Connection_BASE>(static_cast<cppu::OWeakObject*>(_pDriver), this)
, m_xDriver(_pDriver)
, m_sConnectionURL()
, m_sFirebirdURL()
@@ -112,11 +111,6 @@ Connection::~Connection()
close();
}
-void SAL_CALL Connection::release() throw()
-{
- release_ChildImpl();
-}
-
struct ConnectionGuard
{
oslInterlockedCount& m_refCount;
@@ -928,7 +922,6 @@ void Connection::disposing()
}
// TODO: write to storage again?
- dispose_ChildImpl();
cppu::WeakComponentImplHelperBase::disposing();
m_xDriver.clear();