Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinonard committed Jul 24, 2023
1 parent 21c0491 commit 69d1b46
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions pallets/pallet-xcm/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -61,25 +61,7 @@ use xcm_executor::{
Assets,
};

pub trait WeightInfo {
fn send() -> Weight;
fn teleport_assets() -> Weight;
fn reserve_transfer_assets() -> Weight;
fn execute() -> Weight;
fn force_xcm_version() -> Weight;
fn force_default_xcm_version() -> Weight;
fn force_subscribe_version_notify() -> Weight;
fn force_unsubscribe_version_notify() -> Weight;
fn force_suspension() -> Weight;
fn migrate_supported_version() -> Weight;
fn migrate_version_notifiers() -> Weight;
fn already_notified_target() -> Weight;
fn notify_current_targets() -> Weight;
fn notify_target_migration_fail() -> Weight;
fn migrate_version_notify_targets() -> Weight;
fn migrate_and_notify_old_targets() -> Weight;
fn reserve_withdraw_assets() -> Weight;
}
use weights::WeightInfo;

/// fallback implementation
pub struct TestWeightInfo;
Expand Down

0 comments on commit 69d1b46

Please sign in to comment.