Skip to content

Commit

Permalink
fix: unused trait impl
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Oct 9, 2024
1 parent 8d0464e commit 717ba42
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions crates/fuel-core/src/graphql_api/storage/contracts.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
use fuel_core_chain_config::{
AddTable,
AsTable,
StateConfig,
TableEntry,
Expand Down Expand Up @@ -52,12 +51,6 @@ impl AsTable<ContractsInfo> for StateConfig {
}
}

impl AddTable<ContractsInfo> for StateConfig {
fn add(&mut self, _entries: Vec<TableEntry<ContractsInfo>>) {
// Do not include these
}
}

#[cfg(test)]
mod test {
use super::*;
Expand Down

0 comments on commit 717ba42

Please sign in to comment.