Skip to content

Commit

Permalink
fix: unusedFunction
Browse files Browse the repository at this point in the history
Signed-off-by: bathteayo <105347690+bathteayo@users.noreply.github.com>
  • Loading branch information
bathteayo committed Aug 21, 2024
1 parent 0c28bc9 commit c70a36d
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions system/default_ad_api/src/utils/topics.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@
namespace default_ad_api::utils
{

template <class MsgT>
MsgT ignore_stamp(MsgT msg)
{
msg.stamp = rclcpp::Time(0, 0);
return msg;
};

template <class PubT, class MsgT, class FuncT>
void notify(PubT & pub, std::optional<MsgT> & prev, const MsgT & curr, FuncT && ignore)
{
Expand Down

0 comments on commit c70a36d

Please sign in to comment.