You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2008/03/17 10:09:01 UTC

svn commit: r637795 - /harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/OSNetworkSystem.c

Author: hindessm
Date: Mon Mar 17 02:09:00 2008
New Revision: 637795

URL: http://svn.apache.org/viewvc?rev=637795&view=rev
Log:
Remove unused variables.

Modified:
    harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/OSNetworkSystem.c

Modified: harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/OSNetworkSystem.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/OSNetworkSystem.c?rev=637795&r1=637794&r2=637795&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/OSNetworkSystem.c (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/src/main/native/luni/shared/OSNetworkSystem.c Mon Mar 17 02:09:00 2008
@@ -423,7 +423,6 @@
 {
   PORT_ACCESS_FROM_ENV(env);
   jbyte *message;
-  I_32 sent = 0;
   jint result = 0;
 
 /* TODO: ARRAY PINNING */
@@ -750,7 +749,6 @@
   char message[MSGLEN];
 
   I_32 result, flags = 0;
-  I_32 loopFlag = 1;
 
   hysocketP = getJavaIoFileDescriptorContentsAsAPointer(env, fileDescriptor);
   if (!hysock_socketIsValid(hysocketP)) {