diff --git a/rmw_fastrtps_shared_cpp/src/TypeSupport_impl.cpp b/rmw_fastrtps_shared_cpp/src/TypeSupport_impl.cpp index 62f8cc24..7a57bef7 100644 --- a/rmw_fastrtps_shared_cpp/src/TypeSupport_impl.cpp +++ b/rmw_fastrtps_shared_cpp/src/TypeSupport_impl.cpp @@ -419,11 +419,6 @@ MemberIdentifierName GetTypeIdentifier(const MembersType * members, uint32_t ind type_name = "double"; break; } - case ::rosidl_typesupport_introspection_cpp::ROS_TYPE_LONG_DOUBLE: - { - type_name = "longdouble"; - break; - } case ::rosidl_typesupport_introspection_cpp::ROS_TYPE_CHAR: { type_name = "char";