diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-27 17:10:20 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-28 14:00:04 +0100 |
commit | 2dd5b6e256a1d07d677080b202d2dbe6f27f26ee (patch) | |
tree | c207f7792bd52caebb665db85b74a402ea735159 /connectivity | |
parent | 1ff534a3a048574fc73fc94615ba2de84f16168d (diff) |
-Werror,-Wunused-variable
Change-Id: I1fce689dfda33860623487085c45308d76274f6c
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/ado/AConnection.cxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/connectivity/source/drivers/ado/AConnection.cxx b/connectivity/source/drivers/ado/AConnection.cxx index c1d6ee7eb5d0..c63018aa2a10 100644 --- a/connectivity/source/drivers/ado/AConnection.cxx +++ b/connectivity/source/drivers/ado/AConnection.cxx @@ -541,12 +541,6 @@ const OExtendedTypeInfo* OConnection::getTypeInfoFromType(const OTypeInfoMap& _r { // search the best matching type OExtendedTypeInfo* pInfo = aIter->second; - #ifdef DBG_UTIL - OUString sDBTypeName = pInfo->aSimpleType.aTypeName; - sal_Int32 nDBTypePrecision = pInfo->aSimpleType.nPrecision; (void)nDBTypePrecision; - sal_Int32 nDBTypeScale = pInfo->aSimpleType.nMaximumScale; (void)nDBTypeScale; - sal_Int32 nAdoType = pInfo->eType; (void)nAdoType; - #endif if ( ( !_sTypeName.getLength() || (pInfo->aSimpleType.aTypeName.equalsIgnoreAsciiCase(_sTypeName)) ) |