Skip to content

Commit

Permalink
Update polkadot/xcm/src/v5/traits.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Branislav Kontur <[email protected]>
  • Loading branch information
bkchr and bkontur authored Dec 3, 2024
1 parent eaaf4cb commit 38b8775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polkadot/xcm/src/v5/traits.rs
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,7 @@ pub trait SendXcm {

/// Ensure `[Self::delivery]` is successful for the given `location` when called in benchmarks.
#[cfg(feature = "runtime-benchmarks")]
fn ensure_successful_delivery(location: Option<Location>);
fn ensure_successful_delivery(_location: Option<Location>) {}
}

#[impl_trait_for_tuples::impl_for_tuples(30)]
Expand Down

0 comments on commit 38b8775

Please sign in to comment.