From eb5de8ec13b1db3a3e62622db2d87a77846a3b16 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 12 May 2020 22:01:14 +0200 Subject: loplugin:unusedvariableplus Change-Id: I58a466ac18debafa3bc2ff31c648ff51e126ab8f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94083 Tested-by: Jenkins Reviewed-by: Noel Grandin --- dbaccess/source/core/api/RowSetCache.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'dbaccess') diff --git a/dbaccess/source/core/api/RowSetCache.cxx b/dbaccess/source/core/api/RowSetCache.cxx index eea0ecde4ae2..21098ccacdfb 100644 --- a/dbaccess/source/core/api/RowSetCache.cxx +++ b/dbaccess/source/core/api/RowSetCache.cxx @@ -142,7 +142,6 @@ ORowSetCache::ORowSetCache(const Reference< XResultSet >& _xRs, bool bNeedKeySet = !bBookmarkable || (xPropInfo->hasPropertyByName(PROPERTY_RESULTSETCONCURRENCY) && ::comphelper::getINT32(xProp->getPropertyValue(PROPERTY_RESULTSETCONCURRENCY)) == ResultSetConcurrency::READ_ONLY); - Reference< XIndexAccess> xUpdateTableKeys; OUString aUpdateTableName = _rUpdateTableName; Reference< XConnection> xConnection; // first we need a connection -- cgit