[Libreoffice-commits] core.git: mysqlc/source

Stephan Bergmann sbergman at redhat.com
Fri May 8 05:37:57 PDT 2015


 mysqlc/source/mysqlc_connection.cxx |    6 ------
 mysqlc/source/mysqlc_connection.hxx |    5 -----
 2 files changed, 11 deletions(-)

New commits:
commit ecad097109609ca590f227b09f74fdb679903c77
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri May 8 14:37:28 2015 +0200

    Remove dead code
    
    Change-Id: Id2b755c500c32392cdb5cc84ee901f0737347350

diff --git a/mysqlc/source/mysqlc_connection.cxx b/mysqlc/source/mysqlc_connection.cxx
index d26558b..d6a8fe4 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 801ba70..aeb9686 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; }
 
 


More information about the Libreoffice-commits mailing list