mirror of
https://github.com/restic/restic.git
synced 2025-12-02 13:52:02 +00:00
Replace lots of unused parameters with _
The parameters are required by the implemented function signature or interface.
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user