summaryrefslogtreecommitdiff
path: root/mysqlc
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-05-08 14:37:28 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-05-08 14:37:28 +0200
commitecad097109609ca590f227b09f74fdb679903c77 (patch)
tree8fc16e97155b4e0e31f440cde567eaf07728f85b /mysqlc
parentd174c1abc872e2f63b529455c19a92c1063b24a6 (diff)
Remove dead code
Change-Id: Id2b755c500c32392cdb5cc84ee901f0737347350
Diffstat (limited to 'mysqlc')
-rw-r--r--mysqlc/source/mysqlc_connection.cxx6
-rw-r--r--mysqlc/source/mysqlc_connection.hxx5
2 files changed, 0 insertions, 11 deletions
diff --git a/mysqlc/source/mysqlc_connection.cxx b/mysqlc/source/mysqlc_connection.cxx
index d26558bae931..d6a8fe416dd4 100644
--- a/mysqlc/source/mysqlc_connection.cxx
+++ b/mysqlc/source/mysqlc_connection.cxx
@@ -551,12 +551,6 @@ void SAL_CALL OConnection::clearWarnings()
// you should clear your collected warnings here#
}
-void OConnection::buildTypeInfo()
- throw(SQLException)
-{
- OSL_TRACE("OConnection::buildTypeInfo");
-}
-
void OConnection::disposing()
{
OSL_TRACE("OConnection::disposing");
diff --git a/mysqlc/source/mysqlc_connection.hxx b/mysqlc/source/mysqlc_connection.hxx
index 801ba70c5831..aeb968693f7e 100644
--- a/mysqlc/source/mysqlc_connection.hxx
+++ b/mysqlc/source/mysqlc_connection.hxx
@@ -118,8 +118,6 @@ namespace connectivity
bool m_bUseCatalog; // should we use the catalog on filebased databases
bool m_bUseOldDateFormat;
-
- void buildTypeInfo() throw(SQLException);
public:
rtl::OUString getMysqlVariable(const char *varname)
throw(SQLException, RuntimeException);
@@ -133,9 +131,6 @@ namespace connectivity
OConnection(MysqlCDriver& _rDriver, sql::Driver * cppDriver);
virtual ~OConnection();
- void closeAllStatements () throw(SQLException);
-
-
rtl_TextEncoding getConnectionEncoding() { return m_settings.encoding; }