summaryrefslogtreecommitdiffstats
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.cxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/connectivity/source/drivers/firebird/Connection.cxx b/connectivity/source/drivers/firebird/Connection.cxx
index 3c4ba3522020..528a0bd29559 100644
--- a/connectivity/source/drivers/firebird/Connection.cxx
+++ b/connectivity/source/drivers/firebird/Connection.cxx
@@ -81,9 +81,8 @@ static const OUStringLiteral our_sFDBLocation( "firebird.fdb" );
*/
static const OUStringLiteral our_sFBKLocation( "firebird.fbk" );
-Connection::Connection(FirebirdDriver* _pDriver)
+Connection::Connection()
: Connection_BASE(m_aMutex)
- , m_xDriver(_pDriver)
, m_sConnectionURL()
, m_sFirebirdURL()
, m_bIsEmbedded(false)
@@ -923,7 +922,6 @@ void Connection::disposing()
// TODO: write to storage again?
cppu::WeakComponentImplHelperBase::disposing();
- m_xDriver.clear();
if (m_pDatabaseFileDir)
{