From b14298c5bca395e5ed6a27fe1758c0d1f4b824ac Mon Sep 17 00:00:00 2001 From: brunoerg Date: Mon, 5 Feb 2024 17:06:10 -0300 Subject: fuzz: remove unused `args` and `context` from `FuzzedWallet` --- src/wallet/test/fuzz/notifications.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/wallet/test/fuzz/notifications.cpp b/src/wallet/test/fuzz/notifications.cpp index 376060421c..9a515828fe 100644 --- a/src/wallet/test/fuzz/notifications.cpp +++ b/src/wallet/test/fuzz/notifications.cpp @@ -3,7 +3,6 @@ // file COPYING or http://www.opensource.org/licenses/mit-license.php. #include -#include #include #include #include @@ -89,8 +88,6 @@ void ImportDescriptors(CWallet& wallet, const std::string& seed_insecure) * Wraps a descriptor wallet for fuzzing. */ struct FuzzedWallet { - ArgsManager args; - WalletContext context; std::shared_ptr wallet; FuzzedWallet(const std::string& name, const std::string& seed_insecure) { -- cgit v1.2.3