Преглед на файлове

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