Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch committed Mar 1, 2024
1 parent 3d05664 commit 16bf427
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions soroban-sdk/src/env.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,14 +267,6 @@ impl Default for EnvTestConfig {
}
}

#[cfg(any(test, feature = "testutils"))]
#[derive(Clone, Default)]
struct EnvTestState {
generators: Rc<RefCell<Generators>>,
auth_snapshot: Rc<RefCell<AuthSnapshot>>,
snapshot: Option<Rc<LedgerSnapshot>>,
}

impl Env {
/// Panic with the given error.
///
Expand Down

0 comments on commit 16bf427

Please sign in to comment.