Skip to content

Commit

Permalink
fixup! Optimize PublisherData::publish
Browse files Browse the repository at this point in the history
  • Loading branch information
fuzzypixelz committed Nov 20, 2024
1 parent d2b7102 commit 6418773
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions rmw_zenoh_cpp/src/detail/rmw_publisher_data.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,6 @@ class PublisherData final
// Check if this PublisherData is shutdown.
bool is_shutdown() const;

// Get a serialization buffer of size `size`.
uint8_t * serialization_buffer(size_t size);

// Destructor.
~PublisherData();

Expand Down

0 comments on commit 6418773

Please sign in to comment.