Remove dead method
authorChris Lattner <sabre@nondot.org>
Wed, 2 Jul 2003 23:43:06 +0000 (23:43 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Jul 2003 23:43:06 +0000 (23:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7083 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Analysis/DataStructure.h
include/llvm/Analysis/DataStructure/DataStructure.h

index a9eee4a953e94653080b16279cacfc015bbd1ceb..8771834cdca0081ee6a05bc3c647b31ef90cebe1 100644 (file)
@@ -167,7 +167,6 @@ public:
   }
 
 private:
-  void calculateGraphFrom(Function &F);
   void inlineGraphIntoCallees(DSGraph &G);
   DSGraph &getOrCreateDSGraph(Function &F);
   void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,
index a9eee4a953e94653080b16279cacfc015bbd1ceb..8771834cdca0081ee6a05bc3c647b31ef90cebe1 100644 (file)
@@ -167,7 +167,6 @@ public:
   }
 
 private:
-  void calculateGraphFrom(Function &F);
   void inlineGraphIntoCallees(DSGraph &G);
   DSGraph &getOrCreateDSGraph(Function &F);
   void ComputePostOrder(Function &F, hash_set<DSGraph*> &Visited,