Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
remove unused origin (#9679)
Browse files Browse the repository at this point in the history
  • Loading branch information
gui1117 committed Sep 2, 2021
1 parent 6d0c04d commit 4880660
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions frame/election-provider-multi-phase/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1063,9 +1063,6 @@ pub mod pallet {
CallNotAllowed,
}

#[pallet::origin]
pub struct Origin<T>(PhantomData<T>);

#[pallet::validate_unsigned]
impl<T: Config> ValidateUnsigned for Pallet<T> {
type Call = Call<T>;
Expand Down

0 comments on commit 4880660

Please sign in to comment.