[Libreoffice-commits] core.git: connectivity/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Sun Jul 29 06:53:28 UTC 2018
connectivity/source/drivers/dbase/DIndex.cxx | 2 --
1 file changed, 2 deletions(-)
New commits:
commit b6b9b037e97710b66183ac3506f2983aa44045d3
Author: Jochen Nitschke <j.nitschke+logerrit at ok.de>
AuthorDate: Sat Jul 28 20:56:42 2018 +0200
Commit: Noel Grandin <noel.grandin at collabora.co.uk>
CommitDate: Sun Jul 29 08:53:08 2018 +0200
remove unused variable
Change-Id: I22454ef597e679439f6c5b71866022c90823a690
Reviewed-on: https://gerrit.libreoffice.org/58260
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin at collabora.co.uk>
diff --git a/connectivity/source/drivers/dbase/DIndex.cxx b/connectivity/source/drivers/dbase/DIndex.cxx
index 4e8f9d07c201..95c076357ad4 100644
--- a/connectivity/source/drivers/dbase/DIndex.cxx
+++ b/connectivity/source/drivers/dbase/DIndex.cxx
@@ -253,8 +253,6 @@ bool ODbaseIndex::Delete(sal_uInt32 nRec, const ORowSetValue& rValue)
if (!ConvertToKey(&aKey, nRec, rValue) || !getRoot()->Find(aKey))
return false;
- ONDXNode aNewNode(aKey);
-
// insert in the current leaf
if (!m_aCurLeaf.Is())
return false;
More information about the Libreoffice-commits
mailing list