You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2017/07/18 15:56:33 UTC

[couchdb] branch master updated: fix double export of wait_updated/3

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 99c195b  fix double export of wait_updated/3
99c195b is described below

commit 99c195b77620493a654341e2f5818dfed3f86e86
Author: Joan Touzet <jo...@atypical.net>
AuthorDate: Tue Jul 18 03:30:25 2017 -0400

    fix double export of wait_updated/3
---
 src/couch/src/couch_changes.erl | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/couch/src/couch_changes.erl b/src/couch/src/couch_changes.erl
index 861c81a..26d272a 100644
--- a/src/couch/src/couch_changes.erl
+++ b/src/couch/src/couch_changes.erl
@@ -31,8 +31,7 @@
 
 %% export so we can use fully qualified call to facilitate hot-code upgrade
 -export([
-    keep_sending_changes/3,
-    wait_updated/3
+    keep_sending_changes/3
 ]).
 
 -record(changes_acc, {

-- 
To stop receiving notification emails like this one, please contact
['"commits@couchdb.apache.org" <co...@couchdb.apache.org>'].