Remove unused proc macro token stuff

This commit is contained in:
emostov
2020-12-13 20:34:08 -08:00
parent c9059d1a32
commit 085eb5e606
3 changed files with 0 additions and 23 deletions
-1
View File
@@ -47,7 +47,6 @@ use crate::{
/// A reasonable default for `era_period`
pub const DEFAULT_ERA_PERIOD: u64 = 64;
/// UncheckedExtrinsic type.
pub type UncheckedExtrinsic<T> = sp_runtime::generic::UncheckedExtrinsic<
<T as System>::Address,