Expose srml-system in metadata as well (#2876)

This commit is contained in:
Bastian Köcher
2019-06-15 15:07:08 +02:00
committed by GitHub
parent de4ab0653f
commit c48aebe897
-10
View File
@@ -82,16 +82,6 @@ macro_rules! __runtime_modules_to_metadata {
#[macro_export]
#[doc(hidden)]
macro_rules! __runtime_modules_to_metadata_calls_call {
// skip system
(
system,
$skip_module: ident $( <$instance:ident> )?,
$skip_runtime: ident,
with Call
$(with $kws:ident)*
) => {
None
};
(
$mod: ident,
$module: ident $( <$instance:ident> )?,