diff options
author | Kazu Hirata <kazu@google.com> | 2021-02-15 14:46:07 -0800 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2021-02-15 14:46:07 -0800 |
commit | c82cd5e54e100603a2ae92c254b8103e8c379adc (patch) | |
tree | 1cbf37a942b8883d6df3ed695834327f1daae624 | |
parent | 29b894a8d3ecb83e19899b751d7bd09dba1a6fdc (diff) | |
download | llvm-c82cd5e54e100603a2ae92c254b8103e8c379adc.zip llvm-c82cd5e54e100603a2ae92c254b8103e8c379adc.tar.gz llvm-c82cd5e54e100603a2ae92c254b8103e8c379adc.tar.bz2 |
[LazyCallGraph] Remove forward declarations of nonexistent classes (NFC)
-rw-r--r-- | llvm/include/llvm/Analysis/LazyCallGraph.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/Analysis/LazyCallGraph.h b/llvm/include/llvm/Analysis/LazyCallGraph.h index f7a5ada..7b36278 100644 --- a/llvm/include/llvm/Analysis/LazyCallGraph.h +++ b/llvm/include/llvm/Analysis/LazyCallGraph.h @@ -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. /// |