From 11edb33212aced0729806f0377e9525b1caa3be1 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 24 Nov 2012 19:54:40 +0100 Subject: [PATCH] heur4: Remove unused macro constants. --- ir/be/becopyheur4.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ir/be/becopyheur4.c b/ir/be/becopyheur4.c index d068c5afa..40105fc15 100644 --- a/ir/be/becopyheur4.c +++ b/ir/be/becopyheur4.c @@ -56,11 +56,6 @@ #include "bemodule.h" -#define COL_COST_INFEASIBLE DBL_MAX -#define AFF_NEIGHBOUR_FIX_BENEFIT 128.0 -#define NEIGHBOUR_CONSTR_COSTS 64.0 - - #ifdef DEBUG_libfirm #define DBG_AFF_CHUNK(env, level, chunk) do { if (firm_dbg_get_mask(dbg) & (level)) dbg_aff_chunk((env), (chunk)); } while (0) -- 2.20.1