From 83e26c6652ffd59662af1934f3c45d8ec3d43d36 Mon Sep 17 00:00:00 2001 From: Michael Beck Date: Fri, 22 Dec 2006 15:20:12 +0000 Subject: [PATCH] removed deprecated function --- ir/be/firm/bearch_firm.c | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ir/be/firm/bearch_firm.c b/ir/be/firm/bearch_firm.c index 1b84fe48b..440e62bda 100644 --- a/ir/be/firm/bearch_firm.c +++ b/ir/be/firm/bearch_firm.c @@ -651,12 +651,6 @@ static const backend_params *firm_get_libfirm_params(void) { return &p; } -#ifdef WITH_LIBCORE -static void firm_register_options(lc_opt_entry_t *ent) -{ -} -#endif - const arch_isa_if_t firm_isa = { firm_init, firm_done, @@ -672,7 +666,4 @@ const arch_isa_if_t firm_isa = { firm_get_libfirm_params, firm_get_allowed_execution_units, firm_get_machine, -#ifdef WITH_LIBCORE - firm_register_options, -#endif }; -- 2.20.1