summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDamien F. Katz <damien@apache.org>2009-04-09 21:39:30 +0000
committerDamien F. Katz <damien@apache.org>2009-04-09 21:39:30 +0000
commit32c0c563284d4541930bc14dcfe92de11590de93 (patch)
tree3227d8fe163ec94297d25792f899b8f78c870998 /src
parentcdf43ab5a1d5ea21e42302c848fe4f07150e6947 (diff)
Removal of unused member in write_stream record.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@763818 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/couchdb/couch_stream.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/couchdb/couch_stream.erl b/src/couchdb/couch_stream.erl
index addf9acf..d6f72696 100644
--- a/src/couchdb/couch_stream.erl
+++ b/src/couchdb/couch_stream.erl
@@ -38,7 +38,6 @@
current_pos = 0,
bytes_remaining = 0,
next_alloc = 0,
- first_alloc = 0,
min_alloc = 16#00010000
}).