Skip to content

Commit

Permalink
Forgot to remove old test/0 exports.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@783604 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
davisp committed Jun 11, 2009
1 parent 58ad7ad commit 08d4011
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/couchdb/couch_key_tree.erl
Expand Up @@ -14,7 +14,7 @@

-export([merge/2, find_missing/2, get_key_leafs/2, get_full_key_paths/2, get/2]).
-export([map/2, get_all_leafs/1, count_leafs/1, remove_leafs/2,
get_all_leafs_full/1,stem/2,map_leafs/2,test/0]).
get_all_leafs_full/1,stem/2,map_leafs/2]).

% a key tree looks like this:
% Tree -> [] or [{Key, Value, ChildTree} | SiblingTree]
Expand Down
1 change: 0 additions & 1 deletion src/couchdb/couch_stream.erl
Expand Up @@ -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]).
Expand Down

0 comments on commit 08d4011

Please sign in to comment.