From: Nick Clifton Date: Fri, 8 Dec 2000 01:39:48 +0000 (+0000) Subject: oops - remove redundant prototype introduced in previous delta X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=df38a86eec9c83314d6f859af839a7fe3aa1881a;p=deliverable%2Fbinutils-gdb.git oops - remove redundant prototype introduced in previous delta --- diff --git a/sim/arm/armemu.c b/sim/arm/armemu.c index e0b2dd25a2..6486f0b7ea 100644 --- a/sim/arm/armemu.c +++ b/sim/arm/armemu.c @@ -39,8 +39,6 @@ static unsigned StoreHalfWord (ARMul_State * state, ARMword instr, ARMword address); static unsigned StoreByte (ARMul_State * state, ARMword instr, ARMword address); -static unsigned StoreDoubleWord (ARMul_State * state, ARMword instr, - ARMword address); static void LoadMult (ARMul_State * state, ARMword address, ARMword instr, ARMword WBBase); static void StoreMult (ARMul_State * state, ARMword address, ARMword instr,