diff options
| author | MarcoFalke <[email protected]> | 2020-04-09 11:47:32 -0400 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2020-04-17 10:19:32 -0400 |
| commit | fab117096446ab63d1f38c1ef6edbc94a5d4ab52 (patch) | |
| tree | 4a3e6d3eabb3c6990751f5a9b9f0100a6e27d1ee /src/bench/bench.h | |
| parent | Merge #18673: scripted-diff: Sort test includes (diff) | |
| download | discoin-fab117096446ab63d1f38c1ef6edbc94a5d4ab52.tar.xz discoin-fab117096446ab63d1f38c1ef6edbc94a5d4ab52.zip | |
bench: Remove requirement that all benches use RegTestingSetup
Diffstat (limited to 'src/bench/bench.h')
| -rw-r--r-- | src/bench/bench.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/bench/bench.h b/src/bench/bench.h index 0a0fa99c6..629bca9a7 100644 --- a/src/bench/bench.h +++ b/src/bench/bench.h @@ -14,9 +14,6 @@ #include <boost/preprocessor/cat.hpp> #include <boost/preprocessor/stringize.hpp> -struct RegTestingSetup; -extern const RegTestingSetup* g_testing_setup; //!< A pointer to the current testing setup - // Simple micro-benchmarking framework; API mostly matches a subset of the Google Benchmark // framework (see https://github.com/google/benchmark) // Why not use the Google Benchmark framework? Because adding Yet Another Dependency |