diff --git a/crates/fuel-core/src/graphql_api/storage/contracts.rs b/crates/fuel-core/src/graphql_api/storage/contracts.rs index ddc45a3abc0..e1b3f48092e 100644 --- a/crates/fuel-core/src/graphql_api/storage/contracts.rs +++ b/crates/fuel-core/src/graphql_api/storage/contracts.rs @@ -1,5 +1,4 @@ use fuel_core_chain_config::{ - AddTable, AsTable, StateConfig, TableEntry, @@ -52,12 +51,6 @@ impl AsTable for StateConfig { } } -impl AddTable for StateConfig { - fn add(&mut self, _entries: Vec>) { - // Do not include these - } -} - #[cfg(test)] mod test { use super::*;