create register slots in attributes on irg obstack
[libfirm] / ir / be / becopyilp1.c
index ba7f15a..2a0aca4 100644 (file)
@@ -13,8 +13,6 @@
 #include "config.h"
 #endif /* HAVE_CONFIG_H */
 
-#ifdef WITH_ILP
-
 #include "becopyilp_t.h"
 
 #define DEBUG_LVL 1
@@ -35,11 +33,3 @@ static void ilp1_apply(ilp_env_t *ienv) {
 int co_solve_ilp1(copy_opt_t *co, double time_limit) {
        return 1;
 }
-
-
-#else /* WITH_ILP */
-
-static void only_that_you_can_compile_without_WITH_ILP_defined(void) {
-}
-
-#endif /* WITH_ILP */