Return-Path: Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: (qmail 25644 invoked from network); 9 Apr 2009 21:39:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Apr 2009 21:39:54 -0000 Received: (qmail 76385 invoked by uid 500); 9 Apr 2009 21:39:54 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 76325 invoked by uid 500); 9 Apr 2009 21:39:53 -0000 Mailing-List: contact commits-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list commits@couchdb.apache.org Received: (qmail 76316 invoked by uid 99); 9 Apr 2009 21:39:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Apr 2009 21:39:53 +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; Thu, 09 Apr 2009 21:39:51 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D37EA2388A4A; Thu, 9 Apr 2009 21:39:30 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r763818 - /couchdb/trunk/src/couchdb/couch_stream.erl Date: Thu, 09 Apr 2009 21:39:30 -0000 To: commits@couchdb.apache.org From: damien@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20090409213930.D37EA2388A4A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: damien Date: Thu Apr 9 21:39:30 2009 New Revision: 763818 URL: http://svn.apache.org/viewvc?rev=763818&view=rev Log: Removal of unused member in write_stream record. Modified: couchdb/trunk/src/couchdb/couch_stream.erl Modified: couchdb/trunk/src/couchdb/couch_stream.erl URL: http://svn.apache.org/viewvc/couchdb/trunk/src/couchdb/couch_stream.erl?rev=763818&r1=763817&r2=763818&view=diff ============================================================================== --- couchdb/trunk/src/couchdb/couch_stream.erl (original) +++ couchdb/trunk/src/couchdb/couch_stream.erl Thu Apr 9 21:39:30 2009 @@ -38,7 +38,6 @@ current_pos = 0, bytes_remaining = 0, next_alloc = 0, - first_alloc = 0, min_alloc = 16#00010000 }).