heur4: Remove unused macro constants.
authorChristoph Mallon <christoph.mallon@gmx.de>
Sat, 24 Nov 2012 18:54:40 +0000 (19:54 +0100)
committerChristoph Mallon <christoph.mallon@gmx.de>
Sat, 24 Nov 2012 21:09:23 +0000 (22:09 +0100)
ir/be/becopyheur4.c

index d068c5a..40105fc 100644 (file)
 #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)