Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@www.apache.org Received: (qmail 71295 invoked from network); 30 Oct 2006 21:18:28 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2006 21:18:28 -0000 Received: (qmail 21618 invoked by uid 500); 30 Oct 2006 21:18:40 -0000 Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 21599 invoked by uid 500); 30 Oct 2006 21:18:40 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: List-Id: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 21583 invoked by uid 99); 30 Oct 2006 21:18:40 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 13:18:40 -0800 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Oct 2006 13:18:26 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id 3FB021A9846; Mon, 30 Oct 2006 13:18:03 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r469279 - /xalan/java/trunk/src/org/apache/xml/utils/FastStringBuffer.java Date: Mon, 30 Oct 2006 21:18:03 -0000 To: xalan-cvs@xml.apache.org From: minchau@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20061030211803.3FB021A9846@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: minchau Date: Mon Oct 30 13:18:02 2006 New Revision: 469279 URL: http://svn.apache.org/viewvc?view=rev&rev=469279 Log: Applying part of patch in XALANJ-2061. Dropping a simple variable assignment to a variable that is never used. Modified: xalan/java/trunk/src/org/apache/xml/utils/FastStringBuffer.java Modified: xalan/java/trunk/src/org/apache/xml/utils/FastStringBuffer.java URL: http://svn.apache.org/viewvc/xalan/java/trunk/src/org/apache/xml/utils/FastStringBuffer.java?view=diff&rev=469279&r1=469278&r2=469279 ============================================================================== --- xalan/java/trunk/src/org/apache/xml/utils/FastStringBuffer.java (original) +++ xalan/java/trunk/src/org/apache/xml/utils/FastStringBuffer.java Mon Oct 30 13:18:02 2006 @@ -420,7 +420,6 @@ // We may have preallocated chunks. If so, all but last should // be at full size. - boolean lastchunk = (m_lastChunk + 1 == m_array.length); if (m_firstFree < m_chunkSize) // Simplified test single-character-fits chunk = m_array[m_lastChunk]; --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org