summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/db.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/db.erl b/src/db.erl
index 45d0b57..04c9bd7 100644
--- a/src/db.erl
+++ b/src/db.erl
@@ -6,7 +6,6 @@
%% API.
-export([start_link/0, stop/0]).
--export([]).
-export([add/4, size/0]).
-export([get_by_index/1, get_by_indices/3, get_by_leaf_hash/1, get_by_entry_hash/1]).
%% gen_server callbacks.