From 58c68bc6eca52278305b94f1014c1a64535cecff Mon Sep 17 00:00:00 2001 From: Mario Dominguez Date: Mon, 1 Apr 2024 10:21:52 +0000 Subject: [PATCH] Linters Signed-off-by: Mario Dominguez --- .../rosidl_typesupport_fastrtps_cpp/message_type_support.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/rosidl_typesupport_fastrtps_cpp/include/rosidl_typesupport_fastrtps_cpp/message_type_support.h b/rosidl_typesupport_fastrtps_cpp/include/rosidl_typesupport_fastrtps_cpp/message_type_support.h index 5d9f79d..04f7b4a 100644 --- a/rosidl_typesupport_fastrtps_cpp/include/rosidl_typesupport_fastrtps_cpp/message_type_support.h +++ b/rosidl_typesupport_fastrtps_cpp/include/rosidl_typesupport_fastrtps_cpp/message_type_support.h @@ -55,7 +55,6 @@ typedef struct message_type_support_key_callbacks_t bool (* cdr_serialize_key)( const void * untyped_ros_message, eprosima::fastcdr::Cdr & cdr); - } message_type_support_key_callbacks_t; /// Encapsulates the callbacks for getting properties of this rosidl type. @@ -112,7 +111,6 @@ typedef struct message_type_support_callbacks_t /// Pointer to the message_type_support_key_callbacks_t. /// Nullptr if the type is not keyed. message_type_support_key_callbacks_t * key_callbacks; - } message_type_support_callbacks_t; #endif // ROSIDL_TYPESUPPORT_FASTRTPS_CPP__MESSAGE_TYPE_SUPPORT_H_