aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog5
-rw-r--r--gcc/cgraph.c3
2 files changed, 5 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 91430af..1f9ce75 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,8 @@
+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
diff --git a/gcc/cgraph.c b/gcc/cgraph.c
index 66189d8..e6910b5 100644
--- a/gcc/cgraph.c
+++ b/gcc/cgraph.c
@@ -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