From: David Majnemer Date: Sun, 9 Aug 2015 00:32:18 +0000 (+0000) Subject: [IR] Remove unused declaration X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=97bdbf60d9923a9e06effbb96801129070499fd5;p=oota-llvm.git [IR] Remove unused declaration CatchReturnInst::init is never referenced, remove it. No functionality change is intended. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244408 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/IR/Instructions.h b/include/llvm/IR/Instructions.h index bde5cba51d8..6fe83be4af0 100644 --- a/include/llvm/IR/Instructions.h +++ b/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);