Replace lots of unused parameters with _
The parameters are required by the implemented function signature or interface.
This commit is contained in:
parent
d1a5ec7839
commit
472bf5184f
19 changed files with 30 additions and 30 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue