Skip to content
This repository has been archived by the owner on Jun 21, 2023. It is now read-only.

compatibility with other rmw implementations #35

Merged
merged 1 commit into from
May 20, 2015
Merged

Conversation

dirk-thomas
Copy link
Member

Connects to ros2/ros2#42

@esteve @tfoote @wjwwood Please review.

@dirk-thomas dirk-thomas added the in progress Actively being worked on (Kanban column) label May 20, 2015
@dirk-thomas dirk-thomas self-assigned this May 20, 2015
@esteve
Copy link
Member

esteve commented May 20, 2015

+1

@@ -364,7 +373,6 @@ void _publish(DDS_DynamicData * dynamic_data, const void * ros_message,
//DDS_DynamicData * dynamic_data = ddts->create_data();
for (unsigned long i = 0; i < members->member_count_; ++i) {
const rosidl_typesupport_introspection_cpp::MessageMember * member = members->members_ + i;
DDS_TypeCode * member_type_code;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this just unrelated cleanup?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, that variable was not used anywhere.

@tfoote
Copy link
Contributor

tfoote commented May 20, 2015

+1

dirk-thomas added a commit that referenced this pull request May 20, 2015
compatibility with other rmw implementations
@dirk-thomas dirk-thomas merged commit aebf00d into master May 20, 2015
@dirk-thomas dirk-thomas removed the in progress Actively being worked on (Kanban column) label May 20, 2015
@dirk-thomas dirk-thomas deleted the empty_messages branch May 20, 2015 17:47
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants