diff options
author | Tom Tromey <tromey@redhat.com> | 2006-05-13 15:49:07 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2006-05-13 15:49:07 +0000 |
commit | 793da155cd7d8a61a7bcfd327d9b95200fa6536c (patch) | |
tree | b3c92366e251750d60cc4f01521af15f1be0a7db | |
parent | 6c4e9c60adf9e31a6433095dc3c8e21466296ad8 (diff) | |
download | gcc-793da155cd7d8a61a7bcfd327d9b95200fa6536c.zip gcc-793da155cd7d8a61a7bcfd327d9b95200fa6536c.tar.gz gcc-793da155cd7d8a61a7bcfd327d9b95200fa6536c.tar.bz2 |
java-interp.h (_Jv_InterpMethod::dump_object): Removed declaration.
* include/java-interp.h (_Jv_InterpMethod::dump_object): Removed
declaration.
From-SVN: r113738
-rw-r--r-- | libjava/ChangeLog | 5 | ||||
-rw-r--r-- | libjava/include/java-interp.h | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index d8fb754..86a0b33 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2006-05-13 Tom Tromey <tromey@redhat.com> + + * include/java-interp.h (_Jv_InterpMethod::dump_object): Removed + declaration. + 2006-05-12 Tom Tromey <tromey@redhat.com> * sources.am, Makefile.in: Rebuilt. diff --git a/libjava/include/java-interp.h b/libjava/include/java-interp.h index eb7c99d..58d2e8c 100644 --- a/libjava/include/java-interp.h +++ b/libjava/include/java-interp.h @@ -190,7 +190,6 @@ class _Jv_InterpMethod : public _Jv_MethodBase #endif public: - static void dump_object(jobject o); /* Get the line table for this method. * start is the lowest index in the method |