From 8505a840cbaf9df2b3ec8081b70476e8ffad52b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez=20Cordero?= Date: Fri, 22 Nov 2024 16:15:47 +0100 Subject: [PATCH] Removed unused signature MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Alejandro Hernández Cordero --- rmw_zenoh_cpp/src/detail/zenoh_utils.hpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/rmw_zenoh_cpp/src/detail/zenoh_utils.hpp b/rmw_zenoh_cpp/src/detail/zenoh_utils.hpp index 27d05890..a52e20c7 100644 --- a/rmw_zenoh_cpp/src/detail/zenoh_utils.hpp +++ b/rmw_zenoh_cpp/src/detail/zenoh_utils.hpp @@ -24,12 +24,6 @@ namespace rmw_zenoh_cpp { -///============================================================================= -void -create_map_and_set_sequence_num( - z_owned_bytes_t * out_bytes, int64_t sequence_number, - uint8_t gid[RMW_GID_STORAGE_SIZE]); - ///============================================================================= zenoh::Bytes create_map_and_set_sequence_num( int64_t sequence_number, uint8_t gid[RMW_GID_STORAGE_SIZE]);