Kaydet (Commit) ecad0971 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Remove dead code

Change-Id: Id2b755c500c32392cdb5cc84ee901f0737347350
üst d174c1ab
......@@ -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");
......
......@@ -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; }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment