mirror of
https://github.com/rclone/rclone.git
synced 2025-08-17 17:11:37 +02:00
build: remove unused code spotted by the deadcode linter
This commit is contained in:
@ -50,7 +50,6 @@ var (
|
||||
errorUncategorized = errors.New("uncategorized error")
|
||||
errorNotEnoughArguments = errors.New("not enough arguments")
|
||||
errorTooManyArguents = errors.New("too many arguments")
|
||||
errorUsageError = errors.New("usage error")
|
||||
)
|
||||
|
||||
const (
|
||||
|
Reference in New Issue
Block a user