Skip to content

Commit

Permalink
Remove type_support_dispatch.cpp files. (#101)
Browse files Browse the repository at this point in the history
They don't actually add any code, since they only #include
a header file with a templated function in them.

Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Jan 7, 2021
1 parent 64dd1be commit b356f6e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 34 deletions.
3 changes: 1 addition & 2 deletions rosidl_typesupport_c/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@ ament_python_install_package(${PROJECT_NAME})
add_library(${PROJECT_NAME}
src/identifier.c
src/message_type_support_dispatch.cpp
src/service_type_support_dispatch.cpp
src/type_support_dispatch.cpp)
src/service_type_support_dispatch.cpp)
if(WIN32)
target_compile_definitions(${PROJECT_NAME}
PRIVATE "ROSIDL_TYPESUPPORT_C_BUILDING_DLL")
Expand Down
15 changes: 0 additions & 15 deletions rosidl_typesupport_c/src/type_support_dispatch.cpp

This file was deleted.

3 changes: 1 addition & 2 deletions rosidl_typesupport_cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,7 @@ ament_python_install_package(${PROJECT_NAME})
add_library(${PROJECT_NAME}
src/identifier.cpp
src/message_type_support_dispatch.cpp
src/service_type_support_dispatch.cpp
src/type_support_dispatch.cpp)
src/service_type_support_dispatch.cpp)
if(WIN32)
target_compile_definitions(${PROJECT_NAME}
PRIVATE "ROSIDL_TYPESUPPORT_CPP_BUILDING_DLL")
Expand Down
15 changes: 0 additions & 15 deletions rosidl_typesupport_cpp/src/type_support_dispatch.cpp

This file was deleted.

0 comments on commit b356f6e

Please sign in to comment.