[LazyCallGraph] Remove forward declarations of nonexistent classes (NFC)

This commit is contained in:
Kazu Hirata 2021-02-15 14:46:07 -08:00
parent 29b894a8d3
commit c82cd5e54e
1 changed files with 0 additions and 2 deletions

View File

@ -115,8 +115,6 @@ public:
class EdgeSequence;
class SCC;
class RefSCC;
class edge_iterator;
class call_edge_iterator;
/// A class used to represent edges in the call graph.
///