Skip to content

Commit

Permalink
remove include mutex
Browse files Browse the repository at this point in the history
Signed-off-by: jparisu <[email protected]>
  • Loading branch information
jparisu committed Dec 7, 2022
1 parent 9886985 commit f0c910e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@
#ifndef _FASTDDS_RTPS_DISCOVERY_SHARED_INFO_H_
#define _FASTDDS_RTPS_DISCOVERY_SHARED_INFO_H_

#include <mutex>

#include <fastdds/rtps/common/CacheChange.h>
#include <fastdds/rtps/common/GuidPrefix_t.hpp>
#include <fastdds/dds/log/Log.hpp>
Expand Down Expand Up @@ -60,7 +58,6 @@ class DiscoverySharedInfo
const eprosima::fastrtps::rtps::GuidPrefix_t& guid_p,
bool status = false)
{
std::lock_guard<std::mutex> _(mutex_);
EPROSIMA_LOG_INFO(
DISCOVERY_DATABASE,
"Adding relevant participant " << guid_p
Expand Down

0 comments on commit f0c910e

Please sign in to comment.