Skip to content

Commit

Permalink
Remove unused DealWithCampaignFees struct (#1305)
Browse files Browse the repository at this point in the history
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
  • Loading branch information
sea212 and mergify[bot] authored Apr 5, 2024
1 parent aa3f225 commit 2d0277b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions runtime/common/src/fees.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,6 @@ macro_rules! impl_fee_types {
debug_assert!(res.is_ok());
}
}

/// Disregards the fees.
pub struct DealWithCampaignFees;
impl OnUnbalanced<CreditOf<AccountId, AssetRouter>> for DealWithCampaignFees {
fn on_unbalanced(_fees_and_tips: CreditOf<AccountId, AssetRouter>) {
// Handled by type OnDropCredit
return;
}
}
};
}

Expand Down

0 comments on commit 2d0277b

Please sign in to comment.