remove dead method
authorChris Lattner <sabre@nondot.org>
Tue, 1 Feb 2005 21:37:06 +0000 (21:37 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 1 Feb 2005 21:37:06 +0000 (21:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19977 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DataStructure/DataStructure.h

index eb0134d97fc2aacbcceedaa4530df5bb7fc70b58..f74c1dd634e3d6245805b6254d85ba976638b9cf 100644 (file)
@@ -140,9 +140,6 @@ public:
 private:
   void calculateGraph(DSGraph &G);
 
-  void calculateReachableGraphs(Function *F);
-
-
   DSGraph &getOrCreateGraph(Function *F);
 
   unsigned calculateGraphs(Function *F, std::vector<Function*> &Stack,