Skip to content

Commit

Permalink
remove unnecessary markDeleted
Browse files Browse the repository at this point in the history
  • Loading branch information
pvelesko committed Feb 18, 2024
1 parent 7364ea1 commit f66ec6f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/backend/Level0/CHIPBackendLevel0.cc
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,6 @@ void CHIPStaleEventMonitorLevel0::checkEvents() {
ChipEventLz->isDeletedSanityCheck();
ChipEventLz->EventPool->returnEvent(ChipEventLz);
}
ChipEventLz->markDeleted();
}

} // done collecting events to delete
Expand Down

0 comments on commit f66ec6f

Please sign in to comment.