From: Mike Stump Date: Mon, 20 Jul 2009 21:23:55 +0000 (+0000) Subject: Remove an apparently unused forward class decl. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=02f43e71121d1c9cc4baed7b21770b66fe1f4305;p=clang Remove an apparently unused forward class decl. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76476 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Analysis/CFG.h b/include/clang/Analysis/CFG.h index e60e58e1ac..e67bf46134 100644 --- a/include/clang/Analysis/CFG.h +++ b/include/clang/Analysis/CFG.h @@ -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.