From: Matthias Braun Date: Tue, 4 Dec 2012 01:12:00 +0000 (+0100) Subject: remove (last) mentioning of STA backend X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=81f878ff50c39937ac9420242b9da127498c276a;p=libfirm remove (last) mentioning of STA backend --- diff --git a/ir/be/bemodule.c b/ir/be/bemodule.c index 02331c6fe..b2acf2574 100644 --- a/ir/be/bemodule.c +++ b/ir/be/bemodule.c @@ -134,10 +134,6 @@ void be_init_modules(void) be_init_copyilp(); -#if PLUGIN_IR_BE_STA - be_init_arch_sta(); -#endif /* PLUGIN_IR_BE_STA */ - #ifdef FIRM_GRGEN_BE be_init_pbqp(); #endif