class.c (decl_hash): Prototype removed.
authorAlexandre Petit-Bianco <apbianco@cygnus.com>
Thu, 6 Apr 2000 01:01:11 +0000 (01:01 +0000)
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>
Thu, 6 Apr 2000 01:01:11 +0000 (18:01 -0700)
2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>

* class.c (decl_hash): Prototype removed.
(decl_compare): Likewise.

(Fixes a warning problem.)

From-SVN: r32958

gcc/java/ChangeLog
gcc/java/class.c

index f16dd5db7e713782e31d70ae825d91a2a22f06b9..63c7f08bfbdf09e7baf7f8a36701c1086f56acc6 100644 (file)
@@ -1,3 +1,8 @@
+2000-04-05  Alexandre Petit-Bianco  <apbianco@cygnus.com>
+
+       * class.c (decl_hash): Prototype removed.
+       (decl_compare): Likewise.
+
 2000-04-05  Tom Tromey  <tromey@cygnus.com>
 
        * parse.h (THIS_MODIFIER_ONLY): Changed meaning of `v' parameter.
index d8fa86cc6eb0de405294509fb148bbd12390804c..031d4b726fe4912d519b3a9f57754b4975cbc6f3 100644 (file)
@@ -51,8 +51,6 @@ static int assume_compiled PARAMS ((const char *));
 static struct hash_entry *init_test_hash_newfunc PARAMS ((struct hash_entry *,
                                                          struct hash_table *,
                                                          hash_table_key));
-static unsigned long decl_hash PARAMS ((hash_table_key));
-static boolean decl_compare PARAMS ((hash_table_key, hash_table_key));
 
 static rtx registerClass_libfunc;