Skip to content

Commit

Permalink
Drop support for float128. (#788)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Nov 20, 2024
1 parent c003474 commit 417c54e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions rmw_fastrtps_shared_cpp/src/TypeSupport_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down

0 comments on commit 417c54e

Please sign in to comment.