Spotted while building with all warnings enabled. Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
@@ -3486,7 +3486,6 @@ unsigned RtlDatasetTypeInfo::hash(const byte * self, unsigned inhash) const
for (size32_t row = 0; row < count; row++)
{
inhash = child->hash(rows[row], inhash);
- row++;
}
else