Return-Path: Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: (qmail 36317 invoked from network); 25 May 2009 12:03:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 25 May 2009 12:03:21 -0000 Received: (qmail 27096 invoked by uid 500); 25 May 2009 11:32:02 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 26995 invoked by uid 500); 25 May 2009 11:32:01 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 26986 invoked by uid 99); 25 May 2009 11:32:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 May 2009 11:32:01 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 25 May 2009 11:31:58 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id AC10C23888BD; Mon, 25 May 2009 11:31:37 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r778392 - /commons/sandbox/runtime/trunk/src/main/native/os/unix/file.c Date: Mon, 25 May 2009 11:31:37 -0000 To: commits@commons.apache.org From: mturk@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090525113137.AC10C23888BD@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org 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);