summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/couchdb/couch_server_sup.erl6
1 files changed, 0 insertions, 6 deletions
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,