Skip to content

Commit

Permalink
stray code
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Sandu <andrei-mihail@parity.io>
  • Loading branch information
sandreim committed Oct 19, 2023
1 parent 02c1a59 commit 1f524da
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions polkadot/node/subsystem-util/src/worker_pool/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ pub trait Job {
}
}

// Blanket implementation of `Job`.
impl<T> Job for Option<T> where T: Job {}

/// An abstract worker configuration and spawning interface.
pub trait WorkerConfig: Sized + 'static {
/// The type used to describe the work to be done.
Expand Down

0 comments on commit 1f524da

Please sign in to comment.