From 57049d399a8eff8cd573a9f162467cb3aaeeee35 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Sun, 5 Jun 2005 08:12:04 +0000 Subject: mips.c (mips_rtx_costs): Remove unused variable. 2005-06-05 Eric Christopher * config/mips/mips.c (mips_rtx_costs): Remove unused variable. From-SVN: r100613 --- gcc/config/mips/mips.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'gcc/config') diff --git a/gcc/config/mips/mips.c b/gcc/config/mips/mips.c index 155682a..c9ec48d 100644 --- a/gcc/config/mips/mips.c +++ b/gcc/config/mips/mips.c @@ -2307,9 +2307,6 @@ mips_rtx_costs (rtx x, int code, int outer_code, int *total) enum machine_mode mode = GET_MODE (x); bool float_mode_p = FLOAT_MODE_P (mode); - /* To be used for soft-float costs. */ - int max_cost = COSTS_N_INSNS (256); - switch (code) { case CONST_INT: -- cgit v1.1