diff options
Diffstat (limited to 'connectivity/source/drivers/firebird/Connection.hxx')
-rw-r--r-- | connectivity/source/drivers/firebird/Connection.hxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/connectivity/source/drivers/firebird/Connection.hxx b/connectivity/source/drivers/firebird/Connection.hxx index 29784ddc55be..0a9a46f614d5 100644 --- a/connectivity/source/drivers/firebird/Connection.hxx +++ b/connectivity/source/drivers/firebird/Connection.hxx @@ -139,14 +139,6 @@ namespace connectivity /** Statements owned by this connection. */ OWeakRefArray m_aStatements; - /** - * Firebird stores binary collations for indexes on Character based - * columns, these can be binary-incompatible between different icu - * version, hence we need to rebuild the indexes when switching icu - * versions. - */ - void rebuildIndexes() - throw (css::sdbc::SQLException, css::uno::RuntimeException, std::exception); void buildTypeInfo() throw (css::sdbc::SQLException); |