summaryrefslogtreecommitdiffhomepage
path: root/ir/be/bemodule.c
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2014-08-21 14:19:38 +0200
committerMatthias Braun <matze@braunis.de>2014-08-21 14:19:38 +0200
commitf7fe0b3b0147684a4a72e8e74ba45920ae9730c5 (patch)
treeb3b70ac259607e4476528bc7452b747da76e0fe1 /ir/be/bemodule.c
parent763096fc0d86a2da83a3c2ea8bdba96033be6af4 (diff)
remove copyheur + copyheur2
Diffstat (limited to 'ir/be/bemodule.c')
-rw-r--r--ir/be/bemodule.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/ir/be/bemodule.c b/ir/be/bemodule.c
index 7cdfc8e..587aa6f 100644
--- a/ir/be/bemodule.c
+++ b/ir/be/bemodule.c
@@ -31,8 +31,6 @@ void be_init_pbqp_coloring(void);
void be_init_chordal_main(void);
void be_init_chordal_common(void);
void be_init_copyopt(void);
-void be_init_copyheur(void);
-void be_init_copyheur2(void);
void be_init_copyheur4(void);
void be_init_copyilp2(void);
void be_init_copynone(void);
@@ -92,8 +90,6 @@ void be_init_modules(void)
be_init_chordal();
be_init_copyopt();
be_init_copyheur4();
- be_init_copyheur();
- be_init_copyheur2();
be_init_copyilp2();
be_init_pbqp_coloring();
be_init_copynone();