Commit 9fceb877 authored by unknown's avatar unknown
Browse files

ndb - tux scan 5.1 post-merge fix

parent a667710f
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -801,8 +801,7 @@ inline bool
Dbtux::TreeEnt::eqtuple(const TreeEnt ent) const
{
  return
    m_tupLoc == ent.m_tupLoc &&
    m_fragBit == ent.m_fragBit;
    m_tupLoc == ent.m_tupLoc;
}

inline bool