Skip to content

Commit

Permalink
Removed duplicate call to find()
Browse files Browse the repository at this point in the history
  • Loading branch information
mitza-oci committed Jul 25, 2024
1 parent 3ac828b commit 3306bf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dds/DCPS/transport/rtps_udp/RtpsUdpDataLink.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,6 @@ RtpsUdpDataLink::update_locators(const GUID_t& remote_id,
info = &locators_[remote_id];
} else {
RemoteInfoMap::iterator it = locators_.find(remote_id);
locators_.find(remote_id);
if (it == locators_.end()) {
if (log_warn) {
g.release();
Expand Down

0 comments on commit 3306bf8

Please sign in to comment.