Skip to content

Commit cc150d3

Browse files
committed
choir: delete unnecesary api
1 parent f31eafc commit cc150d3

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
@@ -2753,12 +2753,6 @@ sp_api::impl_runtime_apis! {
27532753
XcmPallet::is_trusted_teleporter(asset, location)
27542754
}
27552755
}
2756-
2757-
impl polkadot_runtime_parachains::broadcaster::runtime_api::BroadcasterApi<Block> for Runtime {
2758-
fn get_subscribed_data(subscriber_para_id: ParaId) -> BTreeMap<ParaId, Vec<(Vec<u8>, Vec<u8>)>> {
2759-
Broadcaster::get_subscribed_data(subscriber_para_id)
2760-
}
2761-
}
27622756
}
27632757

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

0 commit comments

Comments
 (0)