Skip to content

Commit

Permalink
remove unexistents exports. close benoitc#69 .
Browse files Browse the repository at this point in the history
Forgot to remove them when these deprecated functions have been removed.
Thanks @kofron for the patch. This version completly remove them instead
commenting them. Also while I'm here remove this useless record.
  • Loading branch information
benoitc committed Feb 23, 2012
1 parent c6b1df6 commit 5ddc391
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/couchbeam_changes.erl
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,11 @@
-include("couchbeam.hrl").
-include_lib("ibrowse/src/ibrowse.hrl").

-export([wait_for_change/1, continuous_acceptor/2]).

-export([stream/2, stream/3,
fetch/1, fetch/2,
parse_changes_options/1,
changes_loop/3]).

-record(state, {
partial_chunk = <<"">>
}).


-spec stream(Db::db(), Client::pid() | function()) -> {ok, StartRef::term(),
ChangesPid::pid()} | {error, term()}.
%% @equiv stream(Db, Client, [])
Expand Down

0 comments on commit 5ddc391

Please sign in to comment.