summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/odbc/OResultSet.cxx
diff options
context:
space:
mode:
authorNoel Grandin <noel.grandin@collabora.co.uk>2017-07-04 12:01:56 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2017-07-05 08:33:54 +0200
commit2b487c2a1372501f695b9dd4bcb81a1f6682d9bb (patch)
tree419a4ba02cda9c964b8731f34d7cc18b4ef4b68f /connectivity/source/drivers/odbc/OResultSet.cxx
parent054dab1b9d4985c473e07c2618e5d6bf6ebc5466 (diff)
loplugin:unusedfields connectivity
Change-Id: I056b36249803982e451b887cc73b49a851144b7e Reviewed-on: https://gerrit.libreoffice.org/39498 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'connectivity/source/drivers/odbc/OResultSet.cxx')
-rw-r--r--connectivity/source/drivers/odbc/OResultSet.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/connectivity/source/drivers/odbc/OResultSet.cxx b/connectivity/source/drivers/odbc/OResultSet.cxx
index f7e2b978114a..475d2fe286b4 100644
--- a/connectivity/source/drivers/odbc/OResultSet.cxx
+++ b/connectivity/source/drivers/odbc/OResultSet.cxx
@@ -97,7 +97,6 @@ OResultSet::OResultSet(SQLHANDLE _pStatementHandle ,OStatement_Base* pStmt) :
,m_nCurrentFetchState(0)
,m_bWasNull(true)
,m_bEOF(true)
- ,m_bInserting(false)
,m_bRowInserted(false)
,m_bRowDeleted(false)
,m_bUseFetchScroll(false)
@@ -987,7 +986,6 @@ void SAL_CALL OResultSet::moveToInsertRow( )
// first unbound all columns
OSL_VERIFY( unbind() == SQL_SUCCESS );
// SQLRETURN nRet = N3SQLSetStmtAttr(m_aStatementHandle,SQL_ATTR_ROW_ARRAY_SIZE ,(SQLPOINTER)1,SQL_IS_INTEGER);
- m_bInserting = true;
}