[cfe-commits] r96773 - /cfe/trunk/include/clang/Analysis/CFG.h

Zhongxing Xu xuzhongxing at gmail.com
Sun Feb 21 19:50:18 PST 2010


Author: zhongxingxu
Date: Sun Feb 21 21:50:18 2010
New Revision: 96773

URL: http://llvm.org/viewvc/llvm-project?rev=96773&view=rev
Log:
Remove dead code.

Modified:
    cfe/trunk/include/clang/Analysis/CFG.h

Modified: cfe/trunk/include/clang/Analysis/CFG.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Analysis/CFG.h?rev=96773&r1=96772&r2=96773&view=diff
==============================================================================
--- cfe/trunk/include/clang/Analysis/CFG.h (original)
+++ cfe/trunk/include/clang/Analysis/CFG.h Sun Feb 21 21:50:18 2010
@@ -245,8 +245,6 @@
   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;





More information about the cfe-commits mailing list