[IR] Remove unused declaration
authorDavid Majnemer <david.majnemer@gmail.com>
Sun, 9 Aug 2015 00:32:18 +0000 (00:32 +0000)
committerDavid Majnemer <david.majnemer@gmail.com>
Sun, 9 Aug 2015 00:32:18 +0000 (00:32 +0000)
CatchReturnInst::init is never referenced, remove it.
No functionality change is intended.

llvm-svn: 244408

llvm/include/llvm/IR/Instructions.h

index bde5cba..6fe83be 100644 (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);