From: Tom Tromey Date: Sat, 13 May 2006 15:49:07 +0000 (+0000) Subject: java-interp.h (_Jv_InterpMethod::dump_object): Removed declaration. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=793da155cd7d8a61a7bcfd327d9b95200fa6536c;p=platform%2Fupstream%2Fgcc.git java-interp.h (_Jv_InterpMethod::dump_object): Removed declaration. * include/java-interp.h (_Jv_InterpMethod::dump_object): Removed declaration. From-SVN: r113738 --- 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 + + * include/java-interp.h (_Jv_InterpMethod::dump_object): Removed + declaration. + 2006-05-12 Tom Tromey * 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