You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@harmony.apache.org by Mark Hindess <ma...@googlemail.com> on 2007/10/17 10:23:37 UTC

Re: svn commit: r585404 - /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/nethelp.c

Thanks, Gregory.  I'll try to be a little more careful when refactoring
code in shared directories.

-Mark.

On 17 October 2007 at 8:13, gshimansky@apache.org wrote:
> Author: gshimansky
> Date: Wed Oct 17 01:13:19 2007
> New Revision: 585404
> 
> URL: http://svn.apache.org/viewvc?rev=585404&view=rev
> Log:
> Remove variable no longer used. On windows compiler gives a warning treated a
> s error
> 
> 
> Modified:
>     harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/
> nethelp.c
> 
> Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/s
> hared/nethelp.c
> URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/lun
> i/src/main/native/luni/shared/nethelp.c?rev=585404&r1=585403&r2=585404&view=d
> iff
> =============================================================================
> =
> --- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/
> nethelp.c (original)
> +++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/
> nethelp.c Wed Oct 17 01:13:19 2007
> @@ -1597,7 +1597,6 @@
>  new_ioh_close (JNIEnv * env, jobject recv, jfieldID fdFID)
>  {
>    jobject fd;
> -  jfieldID descriptorFID;
>    IDATA descriptor;
>    PORT_ACCESS_FROM_ENV (env);
>  
>