You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2009/04/09 23:39:30 UTC

svn commit: r763818 - /couchdb/trunk/src/couchdb/couch_stream.erl

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
     }).