]> granicus.if.org Git - clang/commitdiff
Remove dead code.
authorZhongxing Xu <xuzhongxing@gmail.com>
Mon, 22 Feb 2010 03:50:18 +0000 (03:50 +0000)
committerZhongxing Xu <xuzhongxing@gmail.com>
Mon, 22 Feb 2010 03:50:18 +0000 (03:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@96773 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Analysis/CFG.h

index e87784fd85e1ed1ea1cc9e04dbda0431ebfd9414..528cf878031ecf71e5fa08f2c5a90f234bae8052 100644 (file)
@@ -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;