From 16bf427b4ffaf681c763a7e6d07e2ecdcbe69a91 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Sat, 2 Mar 2024 08:18:30 +1000 Subject: [PATCH] fix --- soroban-sdk/src/env.rs | 8 -------- 1 file changed, 8 deletions(-) diff --git a/soroban-sdk/src/env.rs b/soroban-sdk/src/env.rs index 6e72e0b0f..de0176444 100644 --- a/soroban-sdk/src/env.rs +++ b/soroban-sdk/src/env.rs @@ -267,14 +267,6 @@ impl Default for EnvTestConfig { } } -#[cfg(any(test, feature = "testutils"))] -#[derive(Clone, Default)] -struct EnvTestState { - generators: Rc>, - auth_snapshot: Rc>, - snapshot: Option>, -} - impl Env { /// Panic with the given error. ///