Skip to content

Commit c31add7

Browse files
committed
got rid of wrong assert
1 parent 66b64a9 commit c31add7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sketch_columns.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,6 @@ const ColumnEntryDelta ResizeableSketchColumn::generate_entry_delta(vec_t update
301301
}
302302

303303
void ResizeableSketchColumn::apply_entry_delta(const ColumnEntryDelta &delta) {
304-
assert(delta.depth < capacity);
305304
deterministic_bucket ^= delta.bucket;
306305

307306
if (delta.depth >= capacity) {

0 commit comments

Comments
 (0)