From 7c4f823f77d129d6fa3de038e17ec119734c0ed0 Mon Sep 17 00:00:00 2001 From: Jan Lehnardt Date: Thu, 26 Feb 2009 21:41:32 +0000 Subject: remove the no longer existing couch_file_stats from couch_primary_services git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@748326 13f79535-47bb-0310-9956-ffa450edef68 --- src/couchdb/couch_server_sup.erl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/couchdb') diff --git a/src/couchdb/couch_server_sup.erl b/src/couchdb/couch_server_sup.erl index 34588cb8..942de092 100644 --- a/src/couchdb/couch_server_sup.erl +++ b/src/couchdb/couch_server_sup.erl @@ -145,12 +145,6 @@ start_primary_services() -> 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, -- cgit v1.2.3