Cleanup dialyzer errrors in leveled_bookie

This commit is contained in:
Heinz N. Gies 2017-07-31 19:58:56 +02:00
parent 8717d42ffe
commit 379e33ba84
2 changed files with 8 additions and 9 deletions

View file

@ -43,7 +43,7 @@
-record(inker_options,
{cdb_max_size :: integer() | undefined,
root_path :: string() | undefined,
cdb_options :: #cdb_options{},
cdb_options :: #cdb_options{} | undefined,
start_snapshot = false :: boolean(),
source_inker :: pid() | undefined,
reload_strategy = [] :: list(),
@ -106,4 +106,3 @@
vclock,
updatemetadata=dict:store(clean, true, dict:new()),
updatevalue :: term()}).