Delete legacy runtime metadata macros (#9043)

This commit is contained in:
Andrew Jones
2021-06-08 12:16:56 +01:00
committed by GitHub
parent a032d62239
commit 74793a83a5
2 changed files with 2 additions and 662 deletions
+2 -2
View File
@@ -46,6 +46,8 @@ pub use sp_io::{storage::root as storage_root, self};
pub use sp_runtime::RuntimeDebug;
#[doc(hidden)]
pub use log;
#[doc(hidden)]
pub use frame_metadata as metadata;
#[macro_use]
mod origin;
@@ -56,8 +58,6 @@ mod hash;
#[macro_use]
pub mod event;
#[macro_use]
pub mod metadata;
#[macro_use]
pub mod genesis_config;
#[macro_use]
pub mod inherent;