From 17ce1b4e7ba2dfd3344eb175bdaabc869371d53d Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 4 Mar 2025 15:46:30 -0400 Subject: [PATCH] mark unused parameter While unused, it seems to make sense to keep it, since it explains what the function is doing. --- Remote/List/Util.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Remote/List/Util.hs b/Remote/List/Util.hs index 866bd36867..e022d23190 100644 --- 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