mirror of
https://github.com/restic/restic.git
synced 2025-08-25 20:47:40 +00:00
Rename unused parameters to '_'.
This commit is contained in:
@@ -7,6 +7,6 @@ import "os"
|
||||
|
||||
// OS-specific replacements of setFlags can set file status flags
|
||||
// that improve I/O performance.
|
||||
func setFlags(*os.File) error {
|
||||
func setFlags(_ *os.File) error {
|
||||
return nil
|
||||
}
|
||||
|
Reference in New Issue
Block a user