diff options
Diffstat (limited to 'connectivity/source/drivers/ado/AConnection.cxx')
-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)) ) |