From 66157a25e1e8ceb87c3605b8c09fe4e8d3321098 Mon Sep 17 00:00:00 2001 From: Matthias Braun Date: Mon, 19 Jan 2009 16:13:21 +0000 Subject: [PATCH] get_irn_n_edges is implemented nowhere (there's #define magic that always triggers) [r25263] --- include/libfirm/iredges.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/libfirm/iredges.h b/include/libfirm/iredges.h index e11647a78..febb40d48 100644 --- a/include/libfirm/iredges.h +++ b/include/libfirm/iredges.h @@ -92,13 +92,6 @@ const ir_edge_t *get_irn_out_edge_next(const ir_node *irn, const ir_edge_t *last */ ir_node *get_edge_src_irn(const ir_edge_t *edge); -/** - * Get the number of edges pointing to a node. - * @param irn The node. - * @return The number of edges pointing to this node. - */ -int get_irn_n_edges(const ir_node *irn); - /** * Get the position of an edge. * @param edge The edge. -- 2.20.1