Skip to content

Commit 060146e

Browse files
committed
Refs #24015: Fix test build
Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
1 parent 335150b commit 060146e

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

test/unittest/rtps/network/ExternalLocatorsTests.cpp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -53,13 +53,6 @@ static bool operator == (
5353
return lhs == right_list;
5454
}
5555

56-
static bool operator == (
57-
const eprosima::fastdds::rtps::RemoteLocatorList& lhs,
58-
const eprosima::fastdds::rtps::RemoteLocatorList& rhs)
59-
{
60-
return lhs.multicast == rhs.multicast && lhs.unicast == rhs.unicast;
61-
}
62-
6356
// -------------------- Adding external locators to ParticipantProxyData --------------------
6457

6558
void single_participant_check(

0 commit comments

Comments
 (0)