From d056fa122c48f849aa0f19c43a72ffcabcd7b9df Mon Sep 17 00:00:00 2001 From: yuanyuyuan Date: Tue, 31 Dec 2024 18:56:44 +0800 Subject: [PATCH] chore: remove unused code --- 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;