X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fbe%2Fbecopyilp_t.h;h=1c892cd409ce26981cf0cb5f70f9bb265034937e;hb=7ac90687a76ac7f73c98dca2881b641f2f77ed55;hp=5d5600c5b65385db149fd73c9007e1f081a57e23;hpb=52b4ceec85b4e6844093abd957cb654ad3b2fcd4;p=libfirm diff --git a/ir/be/becopyilp_t.h b/ir/be/becopyilp_t.h index 5d5600c5b..1c892cd40 100644 --- a/ir/be/becopyilp_t.h +++ b/ir/be/becopyilp_t.h @@ -115,8 +115,6 @@ static INLINE int co_ilp_get_costs(copy_opt_t *co, ir_node *root, ir_node *arg) #ifdef LPP_SOLVE_NET # include -# define LPP_HOST "i44pc52" -# define LPP_SOLVER "cplex" #else # include #endif @@ -134,7 +132,6 @@ struct _ilp_env_t { void *env; ilp_callback build; ilp_callback apply; - }; ilp_env_t *new_ilp_env(copy_opt_t *co, ilp_callback build, ilp_callback apply, void *env);