From 31a57271bb43c405fb3d427b2796c271ba389df5 Mon Sep 17 00:00:00 2001 From: David Majnemer Date: Sun, 9 Aug 2015 00:32:18 +0000 Subject: [PATCH] [IR] Remove unused declaration CatchReturnInst::init is never referenced, remove it. No functionality change is intended. llvm-svn: 244408 --- llvm/include/llvm/IR/Instructions.h | 1 - 1 file changed, 1 deletion(-) diff --git a/llvm/include/llvm/IR/Instructions.h b/llvm/include/llvm/IR/Instructions.h index bde5cba..6fe83be 100644 --- a/llvm/include/llvm/IR/Instructions.h +++ b/llvm/include/llvm/IR/Instructions.h @@ -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); -- 2.7.4