]> granicus.if.org Git - clang/commitdiff
Remove an apparently unused forward class decl.
authorMike Stump <mrs@apple.com>
Mon, 20 Jul 2009 21:23:55 +0000 (21:23 +0000)
committerMike Stump <mrs@apple.com>
Mon, 20 Jul 2009 21:23:55 +0000 (21:23 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76476 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/CFG.h

index e60e58e1ac2373fb4e08fbf34541969ee8bf58a1..e67bf4613431f0d0f496a439f6045e303f9e8021 100644 (file)
@@ -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.