diff options
-rw-r--r-- | src/couchdb/couch_stream.erl | 1 |
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 }). |