This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] Remove unneeded casts from jvmti.cc
- From: Tom Tromey <tromey at redhat dot com>
- To: Keith Seitz <keiths at redhat dot com>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 12 Feb 2007 17:30:39 -0700
- Subject: Re: [RFA] Remove unneeded casts from jvmti.cc
- References: <45D121A8.6000706@redhat.com>
- Reply-to: tromey at redhat dot com
>>>>> "Keith" == Keith Seitz <keiths@redhat.com> writes:
Keith> A recent check-in has reintroduced some unnecessary casts that were
Keith> eliminated a couple of weeks ago. This patch simply removes these
Keith> superfluous casts. [And it fixes a little formatting typo in the func
Keith> decl.]
Keith> Ok?
Yes, thanks.
Tom