Timestamps no longer required

This commit is contained in:
martinsumner 2017-02-26 19:09:56 +00:00
parent fad9bfbff1
commit fb54d29873
2 changed files with 0 additions and 2 deletions

View file

@ -271,7 +271,6 @@ writer({key_check, Key}, _From, State) ->
writer,
State};
writer({put_kv, Key, Value}, _From, State) ->
SW = os:timestamp(),
Result = put(State#state.handle,
Key,
Value,

View file

@ -409,7 +409,6 @@ start_from_file(InkOpts) ->
put_object(LedgerKey, Object, KeyChanges, State) ->
NewSQN = State#state.journal_sqn + 1,
ActiveJournal = State#state.active_journaldb,
SW= os:timestamp(),
{JournalKey, JournalBin} = leveled_codec:to_inkerkv(LedgerKey,
NewSQN,
Object,