Skip to content

Commit

Permalink
remove unused method
Browse files Browse the repository at this point in the history
  • Loading branch information
kariy committed May 9, 2024
1 parent 406fca6 commit 56d0be6
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions crates/katana/storage/provider/src/providers/fork/backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -378,11 +378,6 @@ impl SharedStateProvider {
pub(crate) fn new_with_backend(backend: BackendHandle) -> Self {
Self(Arc::new(CacheStateDb::new(backend)))
}

#[cfg(test)]
pub fn new_with_state(state: CacheStateDb<BackendHandle>) -> Self {
Self(Arc::new(state))
}
}

impl StateProvider for SharedStateProvider {
Expand Down

0 comments on commit 56d0be6

Please sign in to comment.