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/06/11 22:12:24 UTC

svn commit: r666823 - /harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hyshmem.c

Author: hindessm
Date: Wed Jun 11 13:12:24 2008
New Revision: 666823

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

Modified:
    harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hyshmem.c

Modified: harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hyshmem.c
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hyshmem.c?rev=666823&r1=666822&r2=666823&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hyshmem.c (original)
+++ harmony/enhanced/classlib/trunk/modules/portlib/src/main/native/port/unix/hyshmem.c Wed Jun 11 13:12:24 2008
@@ -125,7 +125,7 @@
 {
   /*TODO: Do we need the length to be longer? */
   char controlFile[HYSH_MAXPATH];
-  IDATA retryCount, exist, rc;
+  IDATA retryCount, exist;
   key_t fkey;
   void *region;
   int retry = RETRY_COUNT;