Delete two declared overloads of CallInst::CallInst that are never defined or used...
authorNick Lewycky <nicholas@mxc.ca>
Wed, 26 Feb 2014 02:39:43 +0000 (02:39 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 26 Feb 2014 02:39:43 +0000 (02:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202218 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/Instructions.h

index 786fa8cdc21689c66538186e1bdc3efa8186f11b..2a2c4c69d331484fdc3214bb79b878daabb8bead 100644 (file)
@@ -1188,10 +1188,6 @@ class CallInst : public Instruction {
   inline CallInst(Value *Func, ArrayRef<Value *> Args,
                   const Twine &NameStr, BasicBlock *InsertAtEnd);
 
-  CallInst(Value *F, Value *Actual, const Twine &NameStr,
-           Instruction *InsertBefore);
-  CallInst(Value *F, Value *Actual, const Twine &NameStr,
-           BasicBlock *InsertAtEnd);
   explicit CallInst(Value *F, const Twine &NameStr,
                     Instruction *InsertBefore);
   CallInst(Value *F, const Twine &NameStr, BasicBlock *InsertAtEnd);