summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/mork/MCatalog.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/mork/MCatalog.hxx')
-rw-r--r--connectivity/source/drivers/mork/MCatalog.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mork/MCatalog.hxx b/connectivity/source/drivers/mork/MCatalog.hxx
index 4c0f9d0973e8..2001941d977e 100644
--- a/connectivity/source/drivers/mork/MCatalog.hxx
+++ b/connectivity/source/drivers/mork/MCatalog.hxx
@@ -44,8 +44,6 @@ namespace connectivity
explicit OCatalog(OConnection* _pCon);
OConnection* getConnection() const { return m_pConnection; }
- sdbcx::OCollection* getPrivateTables() const { return m_pTables;}
- sdbcx::OCollection* getPrivateViews() const { return m_pViews; }
};
}