Take out type definition for OTP 16

This commit is contained in:
martinsumner 2017-01-17 19:00:30 +00:00
parent 6298886592
commit 5345242e27

View file

@ -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()