removed unnecessary function
authorChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Tue, 28 Feb 2006 15:58:42 +0000 (15:58 +0000)
committerChristian Würdig <chriswue@ipd.info.uni-karlsruhe.de>
Tue, 28 Feb 2006 15:58:42 +0000 (15:58 +0000)
ir/be/bearch.h

index 0c0cf0d..c9fefb3 100644 (file)
@@ -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))