Skip to content

Commit

Permalink
clean-up: remove unused RuntimeContext (#181)
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Loudet <julien.loudet@zettascale.tech>
  • Loading branch information
J-Loudet authored Feb 9, 2024
1 parent d2a619c commit e16e7f2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 25 deletions.
3 changes: 0 additions & 3 deletions zenoh-flow-commons/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ pub use identifiers::{InstanceId, NodeId, PortId, RuntimeId};
mod merge;
pub use merge::IMergeOverwrite;

mod runtime;
pub use runtime::RuntimeContext;

mod shared_memory;
pub use shared_memory::SharedMemoryConfiguration;

Expand Down
22 changes: 0 additions & 22 deletions zenoh-flow-commons/src/runtime.rs

This file was deleted.

0 comments on commit e16e7f2

Please sign in to comment.