aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gcc/java/ChangeLog5
-rw-r--r--gcc/java/class.c2
2 files changed, 5 insertions, 2 deletions
diff --git a/gcc/java/ChangeLog b/gcc/java/ChangeLog
index f16dd5d..63c7f08 100644
--- a/gcc/java/ChangeLog
+++ b/gcc/java/ChangeLog
@@ -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.
diff --git a/gcc/java/class.c b/gcc/java/class.c
index d8fa86c..031d4b7 100644
--- a/gcc/java/class.c
+++ b/gcc/java/class.c
@@ -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;