Remove deprecated RawEvent types from some pallets (#11316)

Signed-off-by: koushiro <koushiro.cqx@gmail.com>
This commit is contained in:
Qinxuan Chen
2022-04-29 16:28:17 +08:00
committed by GitHub
parent aaf693f05a
commit 51915ebe4a
13 changed files with 0 additions and 50 deletions
-4
View File
@@ -547,10 +547,6 @@ pub mod pallet {
NewSession { session_index: SessionIndex },
}
/// Old name generated by `decl_event`.
#[deprecated(note = "use `Event` instead")]
pub type RawEvent = Event;
/// Error for the session pallet.
#[pallet::error]
pub enum Error<T> {