Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Router: goodbye sweet prince
Browse files Browse the repository at this point in the history
  • Loading branch information
pepyakin committed Nov 11, 2020
1 parent c88bdc9 commit a870f71
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 340 deletions.
1 change: 0 additions & 1 deletion runtime/parachains/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ pub mod inclusion;
pub mod inclusion_inherent;
pub mod initializer;
pub mod paras;
pub mod router;
pub mod scheduler;
pub mod validity;
pub mod origin;
Expand Down
8 changes: 0 additions & 8 deletions runtime/parachains/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,11 +108,6 @@ impl crate::paras::Trait for Test {
type Origin = Origin;
}

impl crate::router::Trait for Test {
type Origin = Origin;
type UmpSink = crate::router::MockUmpSink;
}

impl crate::dmp::Trait for Test { }

impl crate::ump::Trait for Test {
Expand Down Expand Up @@ -140,9 +135,6 @@ pub type Configuration = crate::configuration::Module<Test>;
/// Mocked paras.
pub type Paras = crate::paras::Module<Test>;

/// Mocked router.
pub type Router = crate::router::Module<Test>;

/// Mocked DMP
pub type Dmp = crate::dmp::Module<Test>;

Expand Down
331 changes: 0 additions & 331 deletions runtime/parachains/src/router.rs

This file was deleted.

0 comments on commit a870f71

Please sign in to comment.