[IR] Remove unused declaration

CatchReturnInst::init is never referenced, remove it.
No functionality change is intended.

llvm-svn: 244408
This commit is contained in:
David Majnemer 2015-08-09 00:32:18 +00:00
parent aa2813325f
commit 31a57271bb
1 changed files with 0 additions and 1 deletions

View File

@ -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);