Skip to content

Commit

Permalink
Drop long double from the IDL. (#22)
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 295542e commit ea66620
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion idl/IdlOnlyTypes.idl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module test_msgs {
module idl {
struct IdlOnlyTypes {
wchar wchar_value;
long double long_double_value;
};
};
};

0 comments on commit ea66620

Please sign in to comment.