diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-06-30 17:13:15 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-07-03 21:21:08 +0100 |
commit | 1268ac16683ac695da2ccb2b0a9fbcb1bf8cd21d (patch) | |
tree | b66968df0d03b878d89bf2b9a69418151b18264d /connectivity/source | |
parent | 2bf5edb1893df2d253ea0b7cf20f3bb7c62ae7f1 (diff) |
callcatcher: update unused code
Change-Id: Ia817624647ba395476d457ccd1681c6a82534e5a
Diffstat (limited to 'connectivity/source')
-rw-r--r-- | connectivity/source/commontools/sqlerror.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/connectivity/source/commontools/sqlerror.cxx b/connectivity/source/commontools/sqlerror.cxx index 9dcf56d970aa..90cbd97c9bf2 100644 --- a/connectivity/source/commontools/sqlerror.cxx +++ b/connectivity/source/commontools/sqlerror.cxx @@ -309,12 +309,6 @@ namespace connectivity } //-------------------------------------------------------------------- - ::rtl::OUString SQLError::getSQLState( const ErrorCondition _eCondition ) const - { - return m_pImpl->getSQLState( _eCondition ); - } - - //-------------------------------------------------------------------- ErrorCode SQLError::getErrorCode( const ErrorCondition _eCondition ) { return SQLError_Impl::getErrorCode( _eCondition ); |