Skip to content

Commit 8ed9ac9

Browse files
authored
DPL: remove wrong debug assertion (#11629)
1 parent 9afa643 commit 8ed9ac9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Framework/Core/src/DataProcessingDevice.cxx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,8 +240,6 @@ void run_completion(uv_work_t* handle, int status)
240240
dpStats.updateStats({static_cast<short>(ProcessingStatsId::RESOURCE_OFFER_EXPIRED), DataProcessingStats::Op::Set, stats.totalExpiredOffers});
241241
dpStats.updateStats({static_cast<short>(ProcessingStatsId::ARROW_BYTES_EXPIRED), DataProcessingStats::Op::Set, stats.totalExpiredBytes});
242242
dpStats.processCommandQueue();
243-
assert(stats.totalExpiredBytes == 0);
244-
assert(stats.totalExpiredOffers == 0);
245243
};
246244

247245
for (auto& consumer : state.offerConsumers) {

0 commit comments

Comments
 (0)