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:32 UTC

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

make the couch_replicator a full Erlang application


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

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

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


http://git-wip-us.apache.org/repos/asf/couchdb-couch/blob/0d3662ad/src/couch_primary_sup.erl
----------------------------------------------------------------------
diff --git a/src/couch_primary_sup.erl b/src/couch_primary_sup.erl
index 150b92e..3bb5875 100644
--- a/src/couch_primary_sup.erl
+++ b/src/couch_primary_sup.erl
@@ -43,18 +43,6 @@ init([]) ->
             brutal_kill,
             worker,
             dynamic},
-        {couch_replication_event,
-            {gen_event, start_link, [{local, couch_replication}]},
-            permanent,
-            brutal_kill,
-            worker,
-            dynamic},
-        {couch_replicator_job_sup,
-            {couch_replicator_job_sup, start_link, []},
-            permanent,
-            infinity,
-            supervisor,
-            [couch_replicator_job_sup]},
         {couch_log,
             {couch_log, start_link, []},
             permanent,