Skip to content

Commit

Permalink
remove custom typesupport for rmw_dds_common interfaces (#364)
Browse files Browse the repository at this point in the history
* remove custom typesupport for rmw_dds_common interfaces

Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>

* remove obsolete test

Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>

* remove left over test file

Signed-off-by: Dirk Thomas <dirk-thomas@users.noreply.github.com>
  • Loading branch information
dirk-thomas authored Apr 10, 2020
1 parent cdc7302 commit d090059
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 389 deletions.
8 changes: 0 additions & 8 deletions rmw_fastrtps_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,6 @@ add_library(rmw_fastrtps_cpp
src/serialization_format.cpp
src/subscription.cpp
src/type_support_common.cpp
src/gid__type_support.cpp
src/node_entities_info__type_support.cpp
src/participant_entities_info__type_support.cpp
)
target_link_libraries(rmw_fastrtps_cpp
fastcdr fastrtps)
Expand Down Expand Up @@ -134,11 +131,6 @@ register_rmw_implementation(
if(BUILD_TESTING)
find_package(ament_lint_auto REQUIRED)
ament_lint_auto_find_test_dependencies()

ament_add_gtest(test_gid_message test/test_gid_message.cpp)
if(TARGET test_gid_message)
target_link_libraries(test_gid_message ${PROJECT_NAME})
endif()
endif()

ament_package(
Expand Down
56 changes: 0 additions & 56 deletions rmw_fastrtps_cpp/src/gid__type_support.cpp

This file was deleted.

56 changes: 0 additions & 56 deletions rmw_fastrtps_cpp/src/node_entities_info__type_support.cpp

This file was deleted.

56 changes: 0 additions & 56 deletions rmw_fastrtps_cpp/src/participant_entities_info__type_support.cpp

This file was deleted.

42 changes: 0 additions & 42 deletions rmw_fastrtps_cpp/test/test_gid_message.cpp

This file was deleted.

3 changes: 0 additions & 3 deletions rmw_fastrtps_dynamic_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,8 @@ add_library(rmw_fastrtps_dynamic_cpp
src/get_publisher.cpp
src/get_service.cpp
src/get_subscriber.cpp
src/gid__type_support.cpp
src/identifier.cpp
src/init_rmw_context_impl.cpp
src/node_entities_info__type_support.cpp
src/participant_entities_info__type_support.cpp
src/publisher.cpp
src/rmw_client.cpp
src/rmw_compare_gids_equal.cpp
Expand Down
56 changes: 0 additions & 56 deletions rmw_fastrtps_dynamic_cpp/src/gid__type_support.cpp

This file was deleted.

56 changes: 0 additions & 56 deletions rmw_fastrtps_dynamic_cpp/src/node_entities_info__type_support.cpp

This file was deleted.

Loading

0 comments on commit d090059

Please sign in to comment.