Skip to content

Commit 8289eda

Browse files
committed
choir: delete unnecesary api
1 parent 7df4b2c commit 8289eda

File tree

3 files changed

+0
-38
lines changed

3 files changed

+0
-38
lines changed

polkadot/runtime/parachains/src/broadcaster/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ use polkadot_primitives::Id as ParaId;
3636

3737
pub use pallet::*;
3838

39-
pub mod runtime_api;
4039
mod traits;
4140
pub use traits::PublishSubscribe;
4241

polkadot/runtime/parachains/src/broadcaster/runtime_api.rs

Lines changed: 0 additions & 31 deletions
This file was deleted.

polkadot/runtime/rococo/src/lib.rs

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2752,12 +2752,6 @@ sp_api::impl_runtime_apis! {
27522752
XcmPallet::is_trusted_teleporter(asset, location)
27532753
}
27542754
}
2755-
2756-
impl polkadot_runtime_parachains::broadcaster::runtime_api::BroadcasterApi<Block> for Runtime {
2757-
fn get_subscribed_data(subscriber_para_id: ParaId) -> BTreeMap<ParaId, Vec<(Vec<u8>, Vec<u8>)>> {
2758-
Broadcaster::get_subscribed_data(subscriber_para_id)
2759-
}
2760-
}
27612755
}
27622756

27632757
#[cfg(all(test, feature = "try-runtime"))]

0 commit comments

Comments
 (0)