summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJochen Nitschke <j.nitschke+logerrit@ok.de>2018-07-28 20:56:42 +0200
committerNoel Grandin <noel.grandin@collabora.co.uk>2018-07-29 08:53:08 +0200
commitb6b9b037e97710b66183ac3506f2983aa44045d3 (patch)
tree6831a5511485591799707feeef649c2930eec608
parent01b4c5b27f38d606b05e7a9236ec151e8039972a (diff)
remove unused variable
Change-Id: I22454ef597e679439f6c5b71866022c90823a690 Reviewed-on: https://gerrit.libreoffice.org/58260 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
-rw-r--r--connectivity/source/drivers/dbase/DIndex.cxx2
1 files changed, 0 insertions, 2 deletions
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;