This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: remove useless declaration
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 13 May 2006 09:45:21 -0600
- Subject: Patch: FYI: remove useless declaration
- Reply-to: tromey at redhat dot com
I'm checking this in.
This removes a declaration that doesn't have a definition.
I happened to notice this when working on the jit.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* include/java-interp.h (_Jv_InterpMethod::dump_object): Removed
declaration.
Index: include/java-interp.h
===================================================================
--- include/java-interp.h (revision 113735)
+++ include/java-interp.h (working copy)
@@ -190,7 +190,6 @@
#endif
public:
- static void dump_object(jobject o);
/* Get the line table for this method.
* start is the lowest index in the method