This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch user-partitioned-dbs-wip in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 8fcb91d164207ec187e57329ca9a05424f4acff0 Author: Robert Newson <[email protected]> AuthorDate: Thu Jul 19 12:35:45 2018 +0100 remove unused variable --- src/couch/src/couch_db_updater.erl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/couch/src/couch_db_updater.erl b/src/couch/src/couch_db_updater.erl index 59f4ee5..fba99a7 100644 --- a/src/couch/src/couch_db_updater.erl +++ b/src/couch/src/couch_db_updater.erl @@ -27,7 +27,6 @@ init({Engine, DbName, FilePath, Options0}) -> erlang:put(io_priority, {db_update, DbName}), update_idle_limit_from_config(), DefaultSecObj = default_security_object(DbName), - Partitioned = lists:member(partitioned, Options0), Options = [{default_security_object, DefaultSecObj} | Options0], try {ok, EngineState} = couch_db_engine:init(Engine, FilePath, Options),
