This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: FYI: remove useless declaration


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]