1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Remove prototype for dead method

llvm-svn: 6989
This commit is contained in:
Chris Lattner 2003-06-30 03:13:28 +00:00
parent 7fa38d7edb
commit ff71b43ac7

View File

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