OSDN Git Service

2008-06-17 Bernhard Fischer <>
authoraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jun 2008 14:22:47 +0000 (14:22 +0000)
committeraldot <aldot@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jun 2008 14:22:47 +0000 (14:22 +0000)
* cgraph.c: Remove unneeded forward declarations of eq_node()
and hash_node().

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@136866 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/cgraph.c

index 91430af..1f9ce75 100644 (file)
@@ -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
index 66189d8..e6910b5 100644 (file)
@@ -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