瀏覽代碼

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 年之前
父節點
當前提交
7e8fd4924a
共有 1 個文件被更改,包括 0 次插入1 次删除
  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