diff options
author | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-02-22 03:50:18 +0000 |
---|---|---|
committer | Zhongxing Xu <xuzhongxing@gmail.com> | 2010-02-22 03:50:18 +0000 |
commit | 44b713938266685b1b1dd452a672f9f21b6060f8 (patch) | |
tree | 481a9d55647ce7dc74c6b66cca5ec8e9fcb2d4d9 | |
parent | 8414a8c82d92fa8d35ed5d479d7fd6ae8b9d1cd4 (diff) |
Remove dead code.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96773 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | include/clang/Analysis/CFG.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clang/Analysis/CFG.h b/include/clang/Analysis/CFG.h index e87784fd85..528cf87803 100644 --- a/include/clang/Analysis/CFG.h +++ b/include/clang/Analysis/CFG.h @@ -245,8 +245,6 @@ public: Stmt* getLabel() { return Label; } const Stmt* getLabel() const { return Label; } - void reverseStmts(); - unsigned getBlockID() const { return BlockID; } void dump(const CFG *cfg, const LangOptions &LO) const; |