Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove comment
  • Loading branch information
rphmeier committed Mar 27, 2021
commit 6ba8f33455d4dfdc2d2a2dda322cd1626b1247d1
1 change: 0 additions & 1 deletion node/subsystem/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@ pub trait SubsystemContext: Send + 'static {
///
/// This function should be used only when there is some other bounding factor on the messages
/// sent with it. Otherwise, it risks a memory leak.
// TODO [now]: make &self
fn send_unbounded_message(&mut self, msg: AllMessages);
}

Expand Down