fuzz, refactor: Remove unused linearization in cluster_linearize.cpp

This has been unused since a52b53926b.
This commit is contained in:
Hennadii Stepanov
2026-08-06 12:20:52 +01:00
parent da58e55986
commit fc28914de4

View File

@@ -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&) {}