avoid nub
authorJoey Hess <joeyh@joeyh.name>
Tue, 15 Jun 2021 14:48:11 +0000 (10:48 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 15 Jun 2021 14:48:11 +0000 (10:48 -0400)
commit77517ab506b54ab8d0eb172520209d8d0fa7326e
treef9520888c42849c3787cd356c4c8d9912ec4b641
parentb3712b6047391f0823871a4e04c9e9faf1d5e4a4
avoid nub

It's O(N^2) which could matter when there are many dup files using the
same key.
Annex/Drop.hs