summaryrefslogtreecommitdiff
path: root/src/couchdb/couch_stream.erl
diff options
context:
space:
mode:
authorPaul Joseph Davis <davisp@apache.org>2009-06-11 02:14:58 +0000
committerPaul Joseph Davis <davisp@apache.org>2009-06-11 02:14:58 +0000
commit08d40119e5e1d10f48be6d97ea72a2d6de31f697 (patch)
tree65dd10cbb8499ac745cd0ba161aa4d7f67945d15 /src/couchdb/couch_stream.erl
parent58ad7ad6c330bf65b89e0f5e4a790d14510d3ce7 (diff)
Forgot to remove old test/0 exports.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@783604 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/couchdb/couch_stream.erl')
-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 252fca7f..e61d6605 100644
--- a/src/couchdb/couch_stream.erl
+++ b/src/couchdb/couch_stream.erl
@@ -24,7 +24,6 @@
-define(DEFAULT_STREAM_CHUNK, 16#00100000). % 1 meg chunks when streaming data
--export([test/0]).
-export([open/1, close/1, write/2, foldl/4, old_foldl/5,old_copy_to_new_stream/4]).
-export([copy_to_new_stream/3,old_read_term/2]).
-export([init/1, terminate/2, handle_call/3]).