Skip to content

Commit

Permalink
Removed unused parameter.
Browse files Browse the repository at this point in the history
  • Loading branch information
Peguen committed Feb 6, 2025
1 parent 81795fe commit a6b612c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecal/core/src/pubsub/ecal_publisher_impl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down

0 comments on commit a6b612c

Please sign in to comment.