projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e77c2b
)
mark unused parameter
author
Joey Hess
<joeyh@joeyh.name>
Tue, 4 Mar 2025 19:46:30 +0000
(15:46 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Tue, 4 Mar 2025 19:46:30 +0000
(15:46 -0400)
While unused, it seems to make sense to keep it, since it explains what
the function is doing.
Remote/List/Util.hs
patch
|
blob
|
history
diff --git
a/Remote/List/Util.hs
b/Remote/List/Util.hs
index 866bd368670d8b713bd7209f0f5a1ab74d568722..e022d231905e25202059f66c10117930c1c94459 100644
(file)
--- a/
Remote/List/Util.hs
+++ b/
Remote/List/Util.hs
@@
-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