aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/class.c
diff options
context:
space:
mode:
authorAlexandre Petit-Bianco <apbianco@cygnus.com>2000-04-06 01:01:11 +0000
committerAlexandre Petit-Bianco <apbianco@gcc.gnu.org>2000-04-05 18:01:11 -0700
commit256172c40c392ccf732d008b096461a6e4923fec (patch)
tree97520a4f3b18fe866e09f55fad5a1f5c29da4522 /gcc/java/class.c
parentbedda2da7f0434c931864fd1860d8b49106733bb (diff)
downloadgcc-256172c40c392ccf732d008b096461a6e4923fec.zip
gcc-256172c40c392ccf732d008b096461a6e4923fec.tar.gz
gcc-256172c40c392ccf732d008b096461a6e4923fec.tar.bz2
class.c (decl_hash): Prototype removed.
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
Diffstat (limited to 'gcc/java/class.c')
-rw-r--r--gcc/java/class.c2
1 files changed, 0 insertions, 2 deletions
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;