Skip to content

Commit

Permalink
fixup! move prepare_/finished_for_bulk_operation() to sensor_base
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed Dec 17, 2024
1 parent 3eb1a12 commit e55a31e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/sensor.h
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,7 @@ namespace librealsense
rsutils::deferred bulk_operation()
{
prepare_for_bulk_operation();
return [this]
{
finished_bulk_operation();
};
return rsutils::deferred( [this] { finished_bulk_operation(); } );
}

// recordable< recommended_proccesing_blocks_interface > is needed to record our recommended processing blocks
Expand Down

0 comments on commit e55a31e

Please sign in to comment.