From dff15b76cb18d3463e922c1818cc571731312a7e Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Thu, 21 Jul 2022 13:11:32 +0200 Subject: [PATCH] Fix build error Signed-off-by: Miguel Company --- src/cpp/rtps/builtin/discovery/participant/PDPClient.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/cpp/rtps/builtin/discovery/participant/PDPClient.cpp b/src/cpp/rtps/builtin/discovery/participant/PDPClient.cpp index eb180ec0ffb..c9918be430a 100644 --- a/src/cpp/rtps/builtin/discovery/participant/PDPClient.cpp +++ b/src/cpp/rtps/builtin/discovery/participant/PDPClient.cpp @@ -776,8 +776,6 @@ bool PDPClient::remove_remote_participant( rguid.entityId = c_EntityId_SPDPReader; mp_PDPWriter->matched_reader_remove(rguid); - update_remote_servers_list(); - return false; }