From 45430ac4f6bb87db51add87a3479c023d76f4e0d Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Thu, 2 Nov 2006 08:12:02 +0000 Subject: [PATCH] Remove a function prototype that is no longer needed (REM patch missed it) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31374 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/ExecutionEngine/Interpreter/Execution.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/ExecutionEngine/Interpreter/Execution.cpp b/lib/ExecutionEngine/Interpreter/Execution.cpp index eec018ac010..cf41abd646c 100644 --- a/lib/ExecutionEngine/Interpreter/Execution.cpp +++ b/lib/ExecutionEngine/Interpreter/Execution.cpp @@ -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, -- 2.34.1