summaryrefslogtreecommitdiff
path: root/src/ddoc_cache/src/ddoc_cache_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ddoc_cache/src/ddoc_cache_sup.erl')
-rw-r--r--src/ddoc_cache/src/ddoc_cache_sup.erl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/ddoc_cache/src/ddoc_cache_sup.erl b/src/ddoc_cache/src/ddoc_cache_sup.erl
index 6fff9ef4f..cf1a1aafb 100644
--- a/src/ddoc_cache/src/ddoc_cache_sup.erl
+++ b/src/ddoc_cache/src/ddoc_cache_sup.erl
@@ -13,17 +13,14 @@
-module(ddoc_cache_sup).
-behaviour(supervisor).
-
-export([
start_link/0,
init/1
]).
-
start_link() ->
supervisor:start_link({local, ?MODULE}, ?MODULE, []).
-
init([]) ->
Children = [
{