Remove prototype for dead method
authorChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2003 03:13:28 +0000 (03:13 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 30 Jun 2003 03:13:28 +0000 (03:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6989 91177308-0d34-0410-b5e6-96231b3b80d8

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

index ebcc3c5c6456258a8295db22e8f6b7795ea7cfff..c69c341dfd73968ee2db4d6ec64dd8076803520d 100644 (file)
@@ -168,8 +168,6 @@ public:
 private:
   void calculateGraph(Function &F);
   DSGraph &getOrCreateDSGraph(Function &F);
-
-  void ResolveCallSite(DSGraph &Graph, const DSCallSite &CallSite);
 };
 
 #endif
index ebcc3c5c6456258a8295db22e8f6b7795ea7cfff..c69c341dfd73968ee2db4d6ec64dd8076803520d 100644 (file)
@@ -168,8 +168,6 @@ public:
 private:
   void calculateGraph(Function &F);
   DSGraph &getOrCreateDSGraph(Function &F);
-
-  void ResolveCallSite(DSGraph &Graph, const DSCallSite &CallSite);
 };
 
 #endif