Remove a function prototype that is no longer needed (REM patch missed it)
authorReid Spencer <rspencer@reidspencer.com>
Thu, 2 Nov 2006 08:12:02 +0000 (08:12 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Thu, 2 Nov 2006 08:12:02 +0000 (08:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31374 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/Interpreter/Execution.cpp

index eec018ac010903d5d507e33ed36b0ec87320589b..cf41abd646c275a97adb5268e9ca550cffba61df 100644 (file)
@@ -40,8 +40,6 @@ static GenericValue executeSubInst(GenericValue Src1, GenericValue Src2,
                                    const Type *Ty);
 static GenericValue executeMulInst(GenericValue Src1, GenericValue Src2,
                                    const Type *Ty);
-static GenericValue executeRemInst(GenericValue Src1, GenericValue Src2,
-                                   const Type *Ty);
 static GenericValue executeUDivInst(GenericValue Src1, GenericValue Src2,
                                     const Type *Ty);
 static GenericValue executeSDivInst(GenericValue Src1, GenericValue Src2,