Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused IntraProcessMessage #89

Merged
merged 2 commits into from
Mar 20, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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