summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-11-27 17:20:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2015-11-28 14:00:05 +0100
commitf6ca10a6508456e543591191e0c05c82ac14e0d3 (patch)
treeedc13a9cfffe6813a29fcb837c1add1eda10aadb /connectivity
parent-Werror,-Wunused-variable (diff)
downloadcore-f6ca10a6508456e543591191e0c05c82ac14e0d3.tar.gz
core-f6ca10a6508456e543591191e0c05c82ac14e0d3.zip
-Werror,-Wunused-variable
Change-Id: Ib7c576caff35dba57727bbb0ed12a7c50be2d95e
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/ado/AResultSetMetaData.cxx9
1 files changed, 0 insertions, 9 deletions
diff --git a/connectivity/source/drivers/ado/AResultSetMetaData.cxx b/connectivity/source/drivers/ado/AResultSetMetaData.cxx
index 03f8057b1c90..ca2150ef1eaa 100644
--- a/connectivity/source/drivers/ado/AResultSetMetaData.cxx
+++ b/connectivity/source/drivers/ado/AResultSetMetaData.cxx
@@ -161,15 +161,6 @@ sal_Bool SAL_CALL OResultSetMetaData::isAutoIncrement( sal_Int32 column ) throw(
if ( aProps.IsValid() )
{
bRet = OTools::getValue( aProps, OUString("ISAUTOINCREMENT") );
-#if OSL_DEBUG_LEVEL > 0
- sal_Int32 nCount = aProps.GetItemCount();
- for (sal_Int32 i = 0; i<nCount; ++i)
- {
- WpADOProperty aProp = aProps.GetItem(i);
- OUString sName = aProp.GetName();
- OUString sVal = aProp.GetValue();
- }
-#endif
}
}
return bRet;