You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ja...@apache.org on 2009/02/26 22:41:33 UTC

svn commit: r748326 - /couchdb/trunk/src/couchdb/couch_server_sup.erl

Author: jan
Date: Thu Feb 26 21:41:32 2009
New Revision: 748326

URL: http://svn.apache.org/viewvc?rev=748326&view=rev
Log:
remove the no longer existing couch_file_stats from couch_primary_services

Modified:
    couchdb/trunk/src/couchdb/couch_server_sup.erl

Modified: couchdb/trunk/src/couchdb/couch_server_sup.erl
URL: http://svn.apache.org/viewvc/couchdb/trunk/src/couchdb/couch_server_sup.erl?rev=748326&r1=748325&r2=748326&view=diff
==============================================================================
--- couchdb/trunk/src/couchdb/couch_server_sup.erl (original)
+++ couchdb/trunk/src/couchdb/couch_server_sup.erl Thu Feb 26 21:41:32 2009
@@ -145,12 +145,6 @@
                 brutal_kill,
                 supervisor,
                 [couch_server]},
-            {couch_file_stats,
-                {couch_file_stats, start_link, []},
-                permanent,
-                brutal_kill,
-                supervisor,
-                [couch_file_stats]},
             {couch_db_update_event,
                 {gen_event, start_link, [{local, couch_db_update}]},
                 permanent,