summaryrefslogtreecommitdiff
path: root/internal/selfupdate/download_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/selfupdate/download_unix.go')
-rw-r--r--internal/selfupdate/download_unix.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/selfupdate/download_unix.go b/internal/selfupdate/download_unix.go
index c6189e9d9..bc1762948 100644
--- a/internal/selfupdate/download_unix.go
+++ b/internal/selfupdate/download_unix.go
@@ -4,7 +4,7 @@
package selfupdate
// Remove the target binary.
-func removeResticBinary(dir, target string) error {
+func removeResticBinary(_, _ string) error {
// removed on rename on this platform
return nil
}