forked from OSchip/llvm-project
[IR] Remove unused declaration
CatchReturnInst::init is never referenced, remove it. No functionality change is intended. llvm-svn: 244408
This commit is contained in:
parent
aa2813325f
commit
31a57271bb
|
@ -4037,7 +4037,6 @@ class CatchReturnInst : public TerminatorInst {
|
|||
CatchReturnInst(const CatchReturnInst &RI);
|
||||
|
||||
private:
|
||||
void init(Value *RetVal, BasicBlock *UnwindBB);
|
||||
CatchReturnInst(BasicBlock *BB, Instruction *InsertBefore = nullptr);
|
||||
CatchReturnInst(BasicBlock *BB, BasicBlock *InsertAtEnd);
|
||||
|
||||
|
|
Loading…
Reference in New Issue