forked from OSchip/llvm-project
Remove an apparently unused forward class decl.
llvm-svn: 76476
This commit is contained in:
parent
0ebd69614c
commit
17051250ad
|
@ -29,7 +29,6 @@ namespace clang {
|
|||
class Expr;
|
||||
class CFG;
|
||||
class PrinterHelper;
|
||||
class BlockEdge;
|
||||
class LangOptions;
|
||||
|
||||
/// CFGBlock - Represents a single basic block in a source-level CFG.
|
||||
|
|
Loading…
Reference in New Issue