Skip to content

Commit d9565f5

Browse files
authored
Remove deprecated security utilities (#79)
Signed-off-by: Alejandro Hernandez Cordero <[email protected]>
1 parent d042d5a commit d9565f5

File tree

4 files changed

+0
-625
lines changed

4 files changed

+0
-625
lines changed

rmw_dds_common/CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ add_library(${PROJECT_NAME}_library
3838
src/gid_utils.cpp
3939
src/graph_cache.cpp
4040
src/qos.cpp
41-
src/security.cpp
4241
src/time_utils.cpp)
4342

4443
set_target_properties(${PROJECT_NAME}_library
@@ -120,13 +119,6 @@ if(BUILD_TESTING)
120119
target_link_libraries(test_time_utils ${PROJECT_NAME}_library)
121120
endif()
122121

123-
ament_add_gmock(test_security test/test_security.cpp)
124-
if(TARGET test_security)
125-
target_link_libraries(test_security
126-
${PROJECT_NAME}_library
127-
rcpputils::rcpputils)
128-
endif()
129-
130122
add_performance_test(benchmark_graph_cache test/benchmark/benchmark_graph_cache.cpp)
131123
if(TARGET benchmark_graph_cache)
132124
target_link_libraries(benchmark_graph_cache ${PROJECT_NAME}_library rosidl_runtime_c::rosidl_runtime_c)

rmw_dds_common/include/rmw_dds_common/security.hpp

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

rmw_dds_common/src/security.cpp

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

0 commit comments

Comments
 (0)