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
@@ -579,10 +579,6 @@ pub mod pallet {
},
}
/// Old name generated by `decl_event`.
#[deprecated(note = "use `Event` instead")]
pub type RawEvent<T> = Event<T>;
#[pallet::error]
pub enum Error<T> {
/// There are too many proxies registered or too many announcements pending.