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/11 09:07:33 UTC

[31/41] couch commit: updated refs/heads/import-rcouch to f07bbfc

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/64779a30
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/64779a30
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/64779a30

Branch: refs/heads/import-rcouch
Commit: 64779a30c95c514c17a5006251c478206844ddc4
Parents: 0d3662a
Author: benoitc <be...@apache.org>
Authored: Tue Jan 7 00:16:16 2014 +0100
Committer: Paul J. Davis <pa...@gmail.com>
Committed: Tue Feb 11 02:05:20 2014 -0600

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


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/64779a30/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,