You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2017/08/22 12:16:59 UTC

[couchdb] branch master updated: remove commented out code (#766)

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

garren 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 224a2d8  remove commented out code (#766)
224a2d8 is described below

commit 224a2d8014603aafe4ba4f82197165eac08e32d8
Author: garren smith <ga...@gmail.com>
AuthorDate: Tue Aug 22 14:16:56 2017 +0200

    remove commented out code (#766)
---
 src/mango/src/mango_cursor_view.erl | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/mango/src/mango_cursor_view.erl b/src/mango/src/mango_cursor_view.erl
index 5f3c7e9..189ec66 100644
--- a/src/mango/src/mango_cursor_view.erl
+++ b/src/mango/src/mango_cursor_view.erl
@@ -293,9 +293,6 @@ apply_opts([{update, false} | Rest], Args) ->
         update = false
     },
     apply_opts(Rest, NewArgs);
-% apply_opts([{bookmark, Bookmark} | Rest], Args) when Bookmark =/= nil ->
-%     NewArgs = mango_json_bookmark:update_args(Bookmark, Args),
-%     apply_opts(Rest, NewArgs);
 apply_opts([{_, _} | Rest], Args) ->
     % Ignore unknown options
     apply_opts(Rest, Args).

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