aboutsummaryrefslogtreecommitdiff
path: root/src/bench/data.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/bench/data.cpp')
-rw-r--r--src/bench/data.cpp14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/bench/data.cpp b/src/bench/data.cpp
deleted file mode 100644
index 35558b3aa7..0000000000
--- a/src/bench/data.cpp
+++ /dev/null
@@ -1,14 +0,0 @@
-// Copyright (c) 2019-2021 The Bitcoin Core developers
-// Distributed under the MIT software license, see the accompanying
-// file COPYING or http://www.opensource.org/licenses/mit-license.php.
-
-#include <bench/data.h>
-
-namespace benchmark {
-namespace data {
-
-#include <bench/data/block413567.raw.h>
-const std::vector<uint8_t> block413567{std::begin(block413567_raw), std::end(block413567_raw)};
-
-} // namespace data
-} // namespace benchmark