From df6af218acba4922d1e7c0113391153af5344f43 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:07:46 -0800 Subject: [PATCH] chore: remove unused code (#367) (#385) (cherry picked from commit c0f538e1501f702e15f1826cc1e401c50a754046) Co-authored-by: Yuyuan Yuan --- rmw_zenoh_cpp/src/detail/rmw_subscription_data.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rmw_zenoh_cpp/src/detail/rmw_subscription_data.hpp b/rmw_zenoh_cpp/src/detail/rmw_subscription_data.hpp index 31130785..1da582ab 100644 --- a/rmw_zenoh_cpp/src/detail/rmw_subscription_data.hpp +++ b/rmw_zenoh_cpp/src/detail/rmw_subscription_data.hpp @@ -73,11 +73,6 @@ class SubscriptionData final : public std::enable_shared_from_this & shm_provider); - // Get a copy of the keyexpr_hash of this SubscriptionData's liveliness::Entity. std::size_t keyexpr_hash() const;