Skip to content

Commit

Permalink
[#100] No more lifetime dependency in SampleMut
Browse files Browse the repository at this point in the history
  • Loading branch information
elfenpiff committed Feb 11, 2024
1 parent b26131a commit 0f76178
Show file tree
Hide file tree
Showing 9 changed files with 170 additions and 336 deletions.
50 changes: 0 additions & 50 deletions iceoryx2/src/payload.rs

This file was deleted.

2 changes: 0 additions & 2 deletions iceoryx2/src/port/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ pub mod listener;
pub mod notifier;
/// Defines port specific unique ids. Used to identify source/destination while communicating.
pub mod port_identifiers;
/// The interface of the sending endpoint for publish-subscribe based communication
pub mod publish;
/// Sending endpoint (port) for publish-subscribe based communication
pub mod publisher;
/// Receiving endpoint (port) for publish-subscribe based communication
Expand Down
208 changes: 0 additions & 208 deletions iceoryx2/src/port/publish.rs

This file was deleted.

Loading

0 comments on commit 0f76178

Please sign in to comment.