build: fix problems found by the deadcode linter

This commit is contained in:
Nick Craig-Wood
2019-01-11 16:55:25 +00:00
parent c1d9a1e174
commit 6b3a9bf26a
5 changed files with 2 additions and 16 deletions

View File

@@ -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")