Commit 793da155 by Tom Tromey Committed by Tom Tromey

java-interp.h (_Jv_InterpMethod::dump_object): Removed declaration.

	* include/java-interp.h (_Jv_InterpMethod::dump_object): Removed
	declaration.

From-SVN: r113738
parent 6c4e9c60
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 ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment