java-interp.h (_Jv_InterpMethod::dump_object): Removed declaration.
* include/java-interp.h (_Jv_InterpMethod::dump_object): Removed declaration. From-SVN: r113738
This commit is contained in:
parent
6c4e9c60ad
commit
793da155cd
2 changed files with 5 additions and 1 deletions
|
@ -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>
|
2006-05-12 Tom Tromey <tromey@redhat.com>
|
||||||
|
|
||||||
* sources.am, Makefile.in: Rebuilt.
|
* sources.am, Makefile.in: Rebuilt.
|
||||||
|
|
|
@ -190,7 +190,6 @@ class _Jv_InterpMethod : public _Jv_MethodBase
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
public:
|
public:
|
||||||
static void dump_object(jobject o);
|
|
||||||
|
|
||||||
/* Get the line table for this method.
|
/* Get the line table for this method.
|
||||||
* start is the lowest index in the method
|
* start is the lowest index in the method
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue