aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Stump <mrs@apple.com>2009-07-20 21:23:55 +0000
committerMike Stump <mrs@apple.com>2009-07-20 21:23:55 +0000
commit02f43e71121d1c9cc4baed7b21770b66fe1f4305 (patch)
treef4820d764aa99371c7659293ce7b4bef1a56dab1
parent5ac2323decadeccf22659b828771155f0c70bed9 (diff)
Remove an apparently unused forward class decl.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@76476 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--include/clang/Analysis/CFG.h1
1 files changed, 0 insertions, 1 deletions
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.