Commit 9fceb877 authored by unknown's avatar unknown

ndb - tux scan 5.1 post-merge fix

parent a667710f
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment