Take out type definition for OTP 16
This commit is contained in:
parent
6298886592
commit
5345242e27
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@
|
||||||
min_snapshot_sqn = 0 :: integer(),
|
min_snapshot_sqn = 0 :: integer(),
|
||||||
% The smallest snapshot manifest SQN in the snapshot
|
% The smallest snapshot manifest SQN in the snapshot
|
||||||
% list
|
% list
|
||||||
pending_deletes :: dict:dict(),
|
pending_deletes, % OTP16 does not like defining type
|
||||||
% a dictionary mapping keys (filenames) to SQN when the
|
% a dictionary mapping keys (filenames) to SQN when the
|
||||||
% deletion was made, and the original Manifest Entry
|
% deletion was made, and the original Manifest Entry
|
||||||
basement :: integer()
|
basement :: integer()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue