You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by da...@apache.org on 2014/02/06 18:40:25 UTC

[43/50] [abbrv] couch commit: updated refs/heads/import-rcouch to e2dbc79

couch_drv has been replaced by couch_collate


Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/943be4ae
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/943be4ae
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/943be4ae

Branch: refs/heads/import-rcouch
Commit: 943be4ae4e11073cca7a7ea08821a66040468dcc
Parents: 8383b17
Author: benoitc <be...@apache.org>
Authored: Tue Jan 7 00:16:16 2014 +0100
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Thu Feb 6 11:38:29 2014 -0600

----------------------------------------------------------------------
 src/couch_primary_sup.erl | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/943be4ae/src/couch_primary_sup.erl
----------------------------------------------------------------------
diff --git a/src/couch_primary_sup.erl b/src/couch_primary_sup.erl
index 3bb5875..7c4fde2 100644
--- a/src/couch_primary_sup.erl
+++ b/src/couch_primary_sup.erl
@@ -19,12 +19,6 @@ start_link() ->
 
 init([]) ->
     Children = [
-        {collation_driver,
-            {couch_drv, start_link, []},
-            permanent,
-            infinity,
-            supervisor,
-            [couch_drv]},
         {couch_task_status,
             {couch_task_status, start_link, []},
             permanent,