Remove gov_manager from supervision

We'll remove the module itself in a subsequent release.


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

Branch: refs/heads/windsor-merge
Commit: b2950830fc80514f1ac63a32e3da82df6284daed
Parents: ffb6dad
Author: Adam Kocoloski <[email protected]>
Authored: Wed Oct 16 10:54:15 2013 -0400
Committer: Robert Newson <[email protected]>
Committed: Wed Jul 23 18:03:06 2014 +0100

----------------------------------------------------------------------
 src/rexi_sup.erl | 8 --------
 1 file changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-rexi/blob/b2950830/src/rexi_sup.erl
----------------------------------------------------------------------
diff --git a/src/rexi_sup.erl b/src/rexi_sup.erl
index 8ee116f..f9e4933 100644
--- a/src/rexi_sup.erl
+++ b/src/rexi_sup.erl
@@ -22,14 +22,6 @@ start_link(Args) ->
 init([]) ->
     {ok, {{one_for_one, 3, 10}, [
         {
-            rexi_gov_manager,
-            {rexi_gov_manager, start_link, []},
-            permanent,
-            100,
-            worker,
-            [rexi_gov_manager]
-        },
-        {
             rexi_server,
             {rexi_server, start_link, [rexi_server]},
             permanent,

Reply via email to