@@ -48,7 +48,6 @@ pub trait WeightInfo {
48
48
fn remark ( b : u32 , ) -> Weight ;
49
49
fn remark_with_event ( b : u32 , ) -> Weight ;
50
50
fn set_heap_pages ( ) -> Weight ;
51
- fn set_changes_trie_config ( ) -> Weight ;
52
51
fn set_storage ( i : u32 , ) -> Weight ;
53
52
fn kill_storage ( i : u32 , ) -> Weight ;
54
53
fn kill_prefix ( p : u32 , ) -> Weight ;
@@ -72,13 +71,6 @@ impl<T: crate::Config> WeightInfo for SubstrateWeight<T> {
72
71
( 1_891_000 as Weight )
73
72
. saturating_add ( T :: DbWeight :: get ( ) . writes ( 1 as Weight ) )
74
73
}
75
- // Storage: System Digest (r:1 w:1)
76
- // Storage: unknown [0x3a6368616e6765735f74726965] (r:0 w:1)
77
- fn set_changes_trie_config ( ) -> Weight {
78
- ( 7_370_000 as Weight )
79
- . saturating_add ( T :: DbWeight :: get ( ) . reads ( 1 as Weight ) )
80
- . saturating_add ( T :: DbWeight :: get ( ) . writes ( 2 as Weight ) )
81
- }
82
74
// Storage: Skipped Metadata (r:0 w:0)
83
75
fn set_storage ( i : u32 , ) -> Weight {
84
76
( 0 as Weight )
@@ -119,13 +111,6 @@ impl WeightInfo for () {
119
111
( 1_891_000 as Weight )
120
112
. saturating_add ( RocksDbWeight :: get ( ) . writes ( 1 as Weight ) )
121
113
}
122
- // Storage: System Digest (r:1 w:1)
123
- // Storage: unknown [0x3a6368616e6765735f74726965] (r:0 w:1)
124
- fn set_changes_trie_config ( ) -> Weight {
125
- ( 7_370_000 as Weight )
126
- . saturating_add ( RocksDbWeight :: get ( ) . reads ( 1 as Weight ) )
127
- . saturating_add ( RocksDbWeight :: get ( ) . writes ( 2 as Weight ) )
128
- }
129
114
// Storage: Skipped Metadata (r:0 w:0)
130
115
fn set_storage ( i : u32 , ) -> Weight {
131
116
( 0 as Weight )
0 commit comments