You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/05/25 13:31:37 UTC

svn commit: r778392 - /commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c

Author: mturk
Date: Mon May 25 11:31:37 2009
New Revision: 778392

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

Modified:
    commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c

Modified: commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c?rev=778392&r1=778391&r2=778392&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c (original)
+++ commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c Mon May 25 11:31:37 2009
@@ -342,7 +342,6 @@
 
     UNREFERENCED_O;
     WITH_CSTR(pathname) {
-        DWORD sec = 0;
         uid_t susr = ACR_DescriptorGetInt(_E, usr);
         gid_t sgrp = ACR_DescriptorGetInt(_E, grp);