summaryrefslogtreecommitdiff
path: root/src/couchdb
diff options
context:
space:
mode:
authorJan Lehnardt <jan@apache.org>2009-02-26 21:41:32 +0000
committerJan Lehnardt <jan@apache.org>2009-02-26 21:41:32 +0000
commit7c4f823f77d129d6fa3de038e17ec119734c0ed0 (patch)
treea0ac25c4de01d3e2ff5c64ef001d52295646ca41 /src/couchdb
parent15a22829d9cbd1bef30a73733f8b62a3ce1e818f (diff)
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
Diffstat (limited to 'src/couchdb')
-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,