From 2dd5b6e256a1d07d677080b202d2dbe6f27f26ee Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Fri, 27 Nov 2015 17:10:20 +0100 Subject: -Werror,-Wunused-variable Change-Id: I1fce689dfda33860623487085c45308d76274f6c --- connectivity/source/drivers/ado/AConnection.cxx | 6 ------ 1 file changed, 6 deletions(-) (limited to 'connectivity/source/drivers/ado/AConnection.cxx') 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)) ) -- cgit