mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
fuzz, refactor: Remove unused linearization in cluster_linearize.cpp
This has been unused since a52b53926b.
This commit is contained in:
@@ -611,7 +611,6 @@ FUZZ_TARGET(clusterlin_components)
|
||||
// Construct a depgraph.
|
||||
SpanReader reader(buffer);
|
||||
DepGraph<TestBitSet> depgraph;
|
||||
std::vector<DepGraphIndex> linearization;
|
||||
try {
|
||||
reader >> Using<DepGraphFormatter>(depgraph);
|
||||
} catch (const std::ios_base::failure&) {}
|
||||
|
||||
Reference in New Issue
Block a user