From 8a5faf3d64f92f366c18bfa94d708263c3e44c57 Mon Sep 17 00:00:00 2001 From: Christoph Mallon Date: Sun, 4 Nov 2012 20:23:02 +0100 Subject: [PATCH] Remove stale comments. --- ir/be/besched.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/ir/be/besched.h b/ir/be/besched.h index 9a9ab2d0e..b080b0b2f 100644 --- a/ir/be/besched.h +++ b/ir/be/besched.h @@ -147,7 +147,6 @@ static inline ir_node *sched_last(const ir_node *block) /** * Add a node to a block schedule. - * @param block The block to whose schedule the node shall be added to. * @param irn The node to add. * @return The given node. */ @@ -156,7 +155,6 @@ void sched_add_before(ir_node *before, ir_node *irn); /** * Add a node to a block schedule. - * @param block The block to whose schedule the node shall be added to. * @param irn The node to add. * @return The given node. */ -- 2.20.1