You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2021/04/16 21:45:19 UTC

[couchdb] 14/24: Remove couch_db_plugin from couch_db_epi services

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

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

commit c9e19fba34060ea318d96b9787a71ba16174fee7
Author: Nick Vatamaniuc <va...@gmail.com>
AuthorDate: Wed Apr 14 01:48:44 2021 -0400

    Remove couch_db_plugin from couch_db_epi services
    
    It was replaced by fabric2_db_plugin
---
 src/couch/src/couch_db_epi.erl | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/couch/src/couch_db_epi.erl b/src/couch/src/couch_db_epi.erl
index 21879f6..bfd435a 100644
--- a/src/couch/src/couch_db_epi.erl
+++ b/src/couch/src/couch_db_epi.erl
@@ -35,7 +35,6 @@ providers() ->
 
 services() ->
     [
-        {couch_db, couch_db_plugin},
         {feature_flags, couch_flags}
     ].