Commit a33a598c by Bernhard Fischer Committed by Bernhard Reutner-Fischer

cgraph.c: Remove unneeded forward declarations of eq_node() and hash_node().

2008-06-17  Bernhard Fischer  <>

	* cgraph.c: Remove unneeded forward declarations of eq_node()
	and hash_node().

From-SVN: r136866
parent c1704933
2008-06-17 Bernhard Fischer <>
* cgraph.c: Remove unneeded forward declarations of eq_node()
and hash_node().
2008-06-17 Steven Bosscher <steven@gcc.gnu.org>
* see.c (see_analyse_one_def): Do not look for REG_LIBCALL and
......
......@@ -132,9 +132,6 @@ static GTY(()) struct cgraph_asm_node *cgraph_asm_last_node;
them, to support -fno-toplevel-reorder. */
int cgraph_order;
static hashval_t hash_node (const void *);
static int eq_node (const void *, const void *);
/* Returns a hash code for P. */
static hashval_t
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment