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

@ -23,8 +23,6 @@ import (
"github.com/ncw/rclone/fs"
)
const testBase = "github.com/ncw/rclone/"
// Control concurrency per backend if required
var (
oneOnlyMu sync.Mutex