From ab8b3b59921ec95f6ef95b5f8ce1d089889c0b90 Mon Sep 17 00:00:00 2001 From: edwin Date: Tue, 3 Oct 2006 20:27:47 +0000 Subject: [PATCH] * src/vm/jit/allocator/simplereg.c: Warning fixed. --- src/vm/jit/allocator/simplereg.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/vm/jit/allocator/simplereg.c b/src/vm/jit/allocator/simplereg.c index c7a607fd2..d3f27c141 100644 --- a/src/vm/jit/allocator/simplereg.c +++ b/src/vm/jit/allocator/simplereg.c @@ -32,7 +32,7 @@ Michael Starzinger Edwin Steiner - $Id: simplereg.c 5649 2006-10-03 18:34:40Z edwin $ + $Id: simplereg.c 5654 2006-10-03 20:27:47Z edwin $ */ @@ -61,7 +61,6 @@ static void interface_regalloc(jitdata *jd); static void local_regalloc(jitdata *jd); static void new_allocate_scratch_registers(jitdata *jd); -static void allocate_scratch_registers(jitdata *jd); /* regalloc ******************************************************************** -- 2.25.1