Skip to content

Commit 88d8a9e

Browse files
authored
Removed deprecated StaticSingleThreadedExecutor (#2835)
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
1 parent 4f50775 commit 88d8a9e

File tree

8 files changed

+2
-617
lines changed

8 files changed

+2
-617
lines changed

rclcpp/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ set(${PROJECT_NAME}_SRCS
7070
src/rclcpp/executors/executor_notify_waitable.cpp
7171
src/rclcpp/executors/multi_threaded_executor.cpp
7272
src/rclcpp/executors/single_threaded_executor.cpp
73-
src/rclcpp/executors/static_single_threaded_executor.cpp
7473
src/rclcpp/expand_topic_or_service_name.cpp
7574
src/rclcpp/experimental/executors/events_executor/events_executor.cpp
7675
src/rclcpp/experimental/timers_manager.cpp

rclcpp/include/rclcpp/executors.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
#include "rclcpp/executors/multi_threaded_executor.hpp"
2222
#include "rclcpp/executors/single_threaded_executor.hpp"
23-
#include "rclcpp/executors/static_single_threaded_executor.hpp"
2423
#include "rclcpp/experimental/executors/events_executor/events_executor.hpp"
2524
#include "rclcpp/node.hpp"
2625
#include "rclcpp/utilities.hpp"

rclcpp/include/rclcpp/executors/static_single_threaded_executor.hpp

Lines changed: 0 additions & 145 deletions
This file was deleted.

rclcpp/src/rclcpp/executors/static_single_threaded_executor.cpp

Lines changed: 0 additions & 223 deletions
This file was deleted.

rclcpp/test/rclcpp/CMakeLists.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -529,13 +529,6 @@ if(TARGET test_executors_warmup)
529529
target_link_libraries(test_executors_warmup ${PROJECT_NAME} ${test_msgs_TARGETS})
530530
endif()
531531

532-
ament_add_gtest(test_static_single_threaded_executor executors/test_static_single_threaded_executor.cpp
533-
APPEND_LIBRARY_DIRS "${append_library_dirs}")
534-
ament_add_test_label(test_static_single_threaded_executor mimick)
535-
if(TARGET test_static_single_threaded_executor)
536-
target_link_libraries(test_static_single_threaded_executor ${PROJECT_NAME} mimick ${test_msgs_TARGETS})
537-
endif()
538-
539532
ament_add_gtest(test_multi_threaded_executor executors/test_multi_threaded_executor.cpp
540533
APPEND_LIBRARY_DIRS "${append_library_dirs}")
541534
if(TARGET test_multi_threaded_executor)

0 commit comments

Comments
 (0)