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:
parent
2e77c2b762
commit
17ce1b4e7b
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ keyPossibilities'
|
||||||
-> [Remote]
|
-> [Remote]
|
||||||
-- ^ all remotes
|
-- ^ all remotes
|
||||||
-> Annex [Remote]
|
-> Annex [Remote]
|
||||||
keyPossibilities' ii key remotelocations rs = do
|
keyPossibilities' ii _key remotelocations rs = do
|
||||||
u <- getUUID
|
u <- getUUID
|
||||||
let locations = filter (/= u) remotelocations
|
let locations = filter (/= u) remotelocations
|
||||||
let speclocations = map uuid
|
let speclocations = map uuid
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue