Explorar o código

HPCC-21877 RtlDatasetTypeInfo::hash ignores alternate rows

Spotted while building with all warnings enabled.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman %!s(int64=6) %!d(string=hai) anos
pai
achega
7e8fd4924a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      rtl/eclrtl/rtlfield.cpp

+ 0 - 1
rtl/eclrtl/rtlfield.cpp

@@ -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