Bladeren bron

runtime: remove commented Executive code

Mokhtar Naamani 3 jaren geleden
bovenliggende
commit
dac89e7bbc
1 gewijzigde bestanden met toevoegingen van 0 en 9 verwijderingen
  1. 0 9
      runtime/src/runtime_api.rs

+ 0 - 9
runtime/src/runtime_api.rs

@@ -54,15 +54,6 @@ pub type BlockId = generic::BlockId<Block>;
 /// Unchecked extrinsic type as expected by this runtime.
 pub type UncheckedExtrinsic = generic::UncheckedExtrinsic<AccountId, Call, Signature, SignedExtra>;
 
-// Default Executive type without the RuntimeUpgrade
-// pub type Executive = frame_executive::Executive<
-//     Runtime,
-//     Block,
-//     frame_system::ChainContext<Runtime>,
-//     Runtime,
-//     AllModules,
-// >;
-
 /// Custom runtime upgrade handler.
 pub struct CustomOnRuntimeUpgrade;
 impl OnRuntimeUpgrade for CustomOnRuntimeUpgrade {