Skip to content

Commit

Permalink
Refs #20589: Fix unused variable
Browse files Browse the repository at this point in the history
Signed-off-by: Jesus Perez <jesusperez@eprosima.com>
  • Loading branch information
jepemi committed Mar 26, 2024
1 parent 6b967d8 commit 854dd37
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unittest/transport/TCPv4Tests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,6 @@ TEST_F(TCPv4Tests, secure_non_blocking_send)
// Create a TCP Server transport
using TLSOptions = TCPTransportDescriptor::TLSConfig::TLSOptions;
using TLSVerifyMode = TCPTransportDescriptor::TLSConfig::TLSVerifyMode;
using TLSHSRole = TCPTransportDescriptor::TLSConfig::TLSHandShakeRole;
TCPv4TransportDescriptor senderDescriptor;
senderDescriptor.add_listener_port(port);
senderDescriptor.apply_security = true;
Expand Down

0 comments on commit 854dd37

Please sign in to comment.