We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e2a723 commit f46b220Copy full SHA for f46b220
src/test/fuzz/coins_view.cpp
@@ -27,7 +27,6 @@
27
#include <vector>
28
29
namespace {
30
-const TestingSetup* g_setup;
31
const Coin EMPTY_COIN{};
32
33
bool operator==(const Coin& a, const Coin& b)
@@ -39,8 +38,7 @@ bool operator==(const Coin& a, const Coin& b)
39
38
40
void initialize_coins_view()
41
{
42
- static const auto testing_setup = MakeNoLogFileContext<const TestingSetup>();
43
- g_setup = testing_setup.get();
+ static const auto testing_setup = MakeNoLogFileContext<>();
44
}
45
46
FUZZ_TARGET(coins_view, .init = initialize_coins_view)
0 commit comments