summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--connectivity/source/drivers/postgresql/pq_connection.cxx4
-rw-r--r--connectivity/source/sdbcx/VCollection.cxx3
2 files changed, 0 insertions, 7 deletions
diff --git a/connectivity/source/drivers/postgresql/pq_connection.cxx b/connectivity/source/drivers/postgresql/pq_connection.cxx
index 9ea84719f800..9a7c03994d5e 100644
--- a/connectivity/source/drivers/postgresql/pq_connection.cxx
+++ b/connectivity/source/drivers/postgresql/pq_connection.cxx
@@ -105,10 +105,6 @@ public:
{
}
- virtual ~ClosableReference() override
- {
- }
-
virtual void SAL_CALL dispose() throw (std::exception) override
{
if( m_conn.is() )
diff --git a/connectivity/source/sdbcx/VCollection.cxx b/connectivity/source/sdbcx/VCollection.cxx
index 690e7904e4dc..f1eee6061e92 100644
--- a/connectivity/source/sdbcx/VCollection.cxx
+++ b/connectivity/source/sdbcx/VCollection.cxx
@@ -59,9 +59,6 @@ namespace
: m_aNameMap(_bCase)
{
}
- virtual ~OHardRefMap() override
- {
- }
virtual bool exists(const OUString& _sName ) override
{