summaryrefslogtreecommitdiff
path: root/src/ddoc_cache/src/ddoc_cache_entry_custom.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/ddoc_cache/src/ddoc_cache_entry_custom.erl')
-rw-r--r--src/ddoc_cache/src/ddoc_cache_entry_custom.erl5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/ddoc_cache/src/ddoc_cache_entry_custom.erl b/src/ddoc_cache/src/ddoc_cache_entry_custom.erl
index 9eaf16f34..8747b46bc 100644
--- a/src/ddoc_cache/src/ddoc_cache_entry_custom.erl
+++ b/src/ddoc_cache/src/ddoc_cache_entry_custom.erl
@@ -12,7 +12,6 @@
-module(ddoc_cache_entry_custom).
-
-export([
dbname/1,
ddocid/1,
@@ -20,18 +19,14 @@
insert/2
]).
-
dbname({DbName, _}) ->
DbName.
-
ddocid(_) ->
no_ddocid.
-
recover({DbName, Mod}) ->
Mod:recover(DbName).
-
insert(_, _) ->
ok.