mirror of
https://github.com/rclone/rclone.git
synced 2025-08-27 13:16:21 +02:00
build: fix problems found by the deadcode linter
This commit is contained in:
@@ -27,12 +27,6 @@ import (
|
||||
"github.com/ncw/rclone/lib/pacer"
|
||||
)
|
||||
|
||||
type remoteConfig struct {
|
||||
Name string
|
||||
SubDir bool
|
||||
FastList bool
|
||||
}
|
||||
|
||||
var (
|
||||
// Flags
|
||||
maxTries = flag.Int("maxtries", 5, "Number of times to try each test")
|
||||
|
Reference in New Issue
Block a user