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:
parent
7fa38d7edb
commit
ff71b43ac7
@ -168,8 +168,6 @@ public:
|
|||||||
private:
|
private:
|
||||||
void calculateGraph(Function &F);
|
void calculateGraph(Function &F);
|
||||||
DSGraph &getOrCreateDSGraph(Function &F);
|
DSGraph &getOrCreateDSGraph(Function &F);
|
||||||
|
|
||||||
void ResolveCallSite(DSGraph &Graph, const DSCallSite &CallSite);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user