From a6b612c30ebd6e9d4ac6635f8f56dab68ed3995d Mon Sep 17 00:00:00 2001 From: Peguen Date: Thu, 6 Feb 2025 14:24:53 +0100 Subject: [PATCH] Removed unused parameter. --- ecal/core/src/pubsub/ecal_publisher_impl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ecal/core/src/pubsub/ecal_publisher_impl.cpp b/ecal/core/src/pubsub/ecal_publisher_impl.cpp index 6a5b8c2a1f..34d8c1e333 100644 --- a/ecal/core/src/pubsub/ecal_publisher_impl.cpp +++ b/ecal/core/src/pubsub/ecal_publisher_impl.cpp @@ -346,7 +346,7 @@ namespace eCAL return(true); } - bool CPublisherImpl::SetAttribute(const std::string& /* attr_name_ */_, const std::string& /* attr_value_ */) + bool CPublisherImpl::SetAttribute(const std::string& /* attr_name_ */, const std::string& /* attr_value_ */) { #ifndef NDEBUG Logging::Log(Logging::log_level_debug2, m_attributes.topic_name + "::CPublisherImpl::SetAttribute");