This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
[gcjx] Patch: FYI: remove unused code
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 17 May 2005 18:06:00 -0600
- Subject: [gcjx] Patch: FYI: remove unused code
- Reply-to: tromey at redhat dot com
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