mark unused parameter

While unused, it seems to make sense to keep it, since it explains what
the function is doing.
This commit is contained in:
Joey Hess 2025-03-04 15:46:30 -04:00
parent 2e77c2b762
commit 17ce1b4e7b
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -39,7 +39,7 @@ keyPossibilities'
-> [Remote]
-- ^ all remotes
-> Annex [Remote]
keyPossibilities' ii key remotelocations rs = do
keyPossibilities' ii _key remotelocations rs = do
u <- getUUID
let locations = filter (/= u) remotelocations
let speclocations = map uuid