mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Drop unused set from DLATypeSystem.cpp
This commit is contained in:
@@ -568,8 +568,6 @@ bool LayoutTypeSystem::verifyDAG() const {
|
||||
if (not verifyInstanceDAG())
|
||||
return false;
|
||||
|
||||
std::set<const LayoutTypeSystemNode *> SCCHeads;
|
||||
|
||||
// A graph is a DAG if and only if all its strongly connected components have
|
||||
// size 1
|
||||
std::set<const LayoutTypeSystemNode *> Visited;
|
||||
|
||||
Reference in New Issue
Block a user