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]

[gcjx] Patch: FYI: remove unused code


I'm checking this in on the gcjx branch.

This removes a couple of unused defines from the verifier.

Tom

Index: ChangeLog
from  Tom Tromey  <tromey@redhat.com>

	* verify.h (GLOM): Removed.
	(VFY_PRIMITIVE_CLASS): Likewise.

Index: verify.h
===================================================================
RCS file: /cvs/gcc/gcc/gcjx/Attic/verify.h,v
retrieving revision 1.1.2.6
diff -u -r1.1.2.6 verify.h
--- verify.h 4 Apr 2005 00:01:13 -0000 1.1.2.6
+++ verify.h 18 May 2005 00:08:40 -0000
@@ -383,10 +383,6 @@
   method->block->set_flags (flags);
 }
 
-#define GLOM(name, stuff) name ## stuff
-#define VFY_PRIMITIVE_CLASS(name) \
-  vfy_get_primitive_type ((int) (GLOM (primitive_, GLOM (name, _type))))
-
 #define JV_CONSTANT_Class CONSTANT_Class
 #define JV_CONSTANT_ResolvedClass CONSTANT_ResolvedClass
 #define JV_CONSTANT_String CONSTANT_String


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