From 6ab75257bf33393c459d3d01d500c48cda1fe43d Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sat, 24 Nov 2012 12:45:04 +0100 Subject: [PATCH] beabi: Remove the declaration of the non-existent function be_abi_call_get_method_type(). --- ir/be/beabi.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/ir/be/beabi.h b/ir/be/beabi.h index 3e671116e..11b492fdb 100644 --- a/ir/be/beabi.h +++ b/ir/be/beabi.h @@ -121,13 +121,6 @@ void be_abi_call_res_reg(be_abi_call_t *call, int pos, */ be_abi_call_flags_t be_abi_call_get_flags(const be_abi_call_t *call); -/** - * Get the method type of an ABI call object. - * @param call The call object. - * @return The method type for that call object. - */ -ir_type *be_abi_call_get_method_type(const be_abi_call_t *call); - void be_abi_introduce(ir_graph *irg); #endif -- 2.20.1