Skip to content

Commit

Permalink
Remove unused IntraProcessMessage
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Brawner <brawner@gmail.com>
  • Loading branch information
brawner committed Mar 6, 2020
1 parent 93cedce commit 4891d55
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion rcl_interfaces/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ find_package(builtin_interfaces REQUIRED)
rosidl_generate_interfaces(${PROJECT_NAME}
"msg/FloatingPointRange.msg"
"msg/IntegerRange.msg"
"msg/IntraProcessMessage.msg"
"msg/ListParametersResult.msg"
"msg/Log.msg"
"msg/ParameterDescriptor.msg"
Expand Down
2 changes: 0 additions & 2 deletions rcl_interfaces/msg/IntraProcessMessage.msg

This file was deleted.

1 change: 1 addition & 0 deletions test_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ rosidl_generate_interfaces(${PROJECT_NAME}
${test_interface_files_ACTION_FILES}
${test_interface_files_IDL_FILES}
"msg/Builtins.msg"
"msg/Dummy.msg"
"action/NestedMessage.action"
DEPENDENCIES builtin_interfaces
ADD_LINTER_TESTS
Expand Down
1 change: 1 addition & 0 deletions test_msgs/msg/Dummy.msg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Dummy message for testing purposes

0 comments on commit 4891d55

Please sign in to comment.