* src/vm/jit/allocator/simplereg.c: Warning fixed.
authoredwin <none@none>
Tue, 3 Oct 2006 20:27:47 +0000 (20:27 +0000)
committeredwin <none@none>
Tue, 3 Oct 2006 20:27:47 +0000 (20:27 +0000)
src/vm/jit/allocator/simplereg.c

index c7a607fd29ff4abad87334acf356663491a26f85..d3f27c1414ea4584e7c1390ccbf68f6b952a05cd 100644 (file)
@@ -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 ********************************************************************