From: Christoph Mallon Date: Sat, 24 Nov 2012 18:54:40 +0000 (+0100) Subject: heur4: Remove unused macro constants. X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=11edb33212aced0729806f0377e9525b1caa3be1;p=libfirm heur4: Remove unused macro constants. --- 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)