Commit 1104ff49 authored by unknown's avatar unknown
Browse files

ndb - dbtux: remove redundant code line (no functional change)


ndb/src/kernel/blocks/dbtux/DbtuxScan.cpp:
  remove redundant unpackBound call, missed in previous patch
parent 4075cd89
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -822,7 +822,6 @@ Dbtux::scanNext(ScanOpPtr scanPtr, bool fromMaintReq)
  // scan direction
  const unsigned idir = scan.m_descending; // 0, 1
  const int jdir = 1 - 2 * (int)idir;      // 1, -1
  unpackBound(*scan.m_bound[1 - idir], c_dataBuffer);
  // use copy of position
  TreePos pos = scan.m_scanPos;
  // get and remember original node