Skip to content

Commit

Permalink
remove stuff added to a deprecated fn
Browse files Browse the repository at this point in the history
  • Loading branch information
VX792 committed May 29, 2023
1 parent 871537f commit c5f02a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions hardware_interface/src/resource_manager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1381,11 +1381,6 @@ void ResourceManager::activate_all_components()
{
set_component_state(component.get_name(), active_state);
}

for (auto & component : resource_storage_->async_systems_)
{
set_component_state(component.get_name(), active_state);
}
}

} // namespace hardware_interface

0 comments on commit c5f02a1

Please sign in to comment.