Skip to content

Commit

Permalink
Removes unnecessary declaration.
Browse files Browse the repository at this point in the history
Signed-off-by: Franco Cipollone <[email protected]>
  • Loading branch information
francocipollone committed Dec 26, 2023
1 parent d24c3cd commit 60b0c67
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions rmw_zenoh_cpp/src/detail/rmw_data_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,8 @@ struct rmw_client_data_t
{
const char * service_name;

// TODO(francocipollone): Remove this. For some reason if I remove this(not being even used) it
// ends up panicking when calling the service. Something is missing.
z_owned_reply_channel_t zn_reply_channel;
z_owned_closure_reply_t zn_closure_reply;


std::mutex message_mutex;
std::unique_ptr<saved_msg_data> message;

Expand Down

0 comments on commit 60b0c67

Please sign in to comment.