Skip to content

Commit

Permalink
[#390] Fix unused warning variable
Browse files Browse the repository at this point in the history
  • Loading branch information
elBoberido committed Nov 21, 2024
1 parent af8c4a8 commit b46883b
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,6 @@ TYPED_TEST(ServicePublishSubscribeTest, loan_slice_uninit_send_receive_works) {
TYPED_TEST(ServicePublishSubscribeTest, loan_slice_uninit_with_bytes_send_receive_works) {
constexpr ServiceType SERVICE_TYPE = TestFixture::TYPE;
constexpr uint64_t PAYLOAD_ALIGNMENT = 8;
constexpr auto SLICE_MAX_LENGTH = 10;

const auto service_name = iox2_testing::generate_service_name();

Expand Down

0 comments on commit b46883b

Please sign in to comment.