فهرست منبع

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