Browse Source

HPCC-21877 RtlDatasetTypeInfo::hash ignores alternate rows

Spotted while building with all warnings enabled.

Signed-off-by: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 6 năm trước cách đây
mục cha
commit
7e8fd4924a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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