From: Christian Würdig Date: Tue, 28 Feb 2006 15:58:42 +0000 (+0000) Subject: removed unnecessary function X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=841a0e3596a9ae5532c0e21d2087475ceaad4953;p=libfirm removed unnecessary function --- diff --git a/ir/be/bearch.h b/ir/be/bearch.h index 0c0cf0d87..c9fefb31b 100644 --- a/ir/be/bearch.h +++ b/ir/be/bearch.h @@ -557,15 +557,6 @@ struct _arch_isa_if_t { * @return The list scheduler selector. */ const list_sched_selector_t *(*get_list_sched_selector)(const void *self); - - /** - * Take a proj from a call, set the correct register and projnum for this proj - * @param self The isa object. - * @param proj The proj - * @param is_keep Non-zero if proj is a Keep argument - * @return The backend proj number assigned to this proj - */ - long (*handle_call_proj)(const void *self, ir_node *proj, int is_keep); }; #define arch_isa_get_n_reg_class(isa) ((isa)->impl->get_n_reg_class(isa))