removed event
All checks were successful
BlockStorage/repertory/pipeline/head This commit looks good

This commit is contained in:
Scott E. Graves 2024-12-07 07:27:10 -06:00
parent 031682051f
commit ff8d037474

View File

@ -507,7 +507,6 @@ void base_provider::process_removed_files(std::deque<removed_item> removed_list,
}
void base_provider::process_removed_items(const stop_type &stop_requested) {
event_system::instance().raise<polling_item_begin>("duh");
auto list = db3_->get_api_path_list();
[[maybe_unused]] auto res =
std::all_of(list.begin(), list.end(), [&](auto &&api_path) -> bool {
@ -562,7 +561,6 @@ void base_provider::process_removed_items(const stop_type &stop_requested) {
return not stop_requested;
});
event_system::instance().raise<polling_item_end>("duh");
}
void base_provider::remove_deleted_items(const stop_type &stop_requested) {