dbhashsum: drop command deprecated a year ago - #4837 (#5336)

dbhashsum was deprecated in rclone 1.52 on 2020-05-27
this patch drops the command completely since rclone 1.56
This commit is contained in:
Ivan Andreev
2021-05-18 12:27:17 +03:00
committed by GitHub
parent c0cda087a8
commit 23da913d03
3 changed files with 2 additions and 54 deletions

View File

@@ -18,7 +18,6 @@ import (
_ "github.com/rclone/rclone/cmd/copyurl"
_ "github.com/rclone/rclone/cmd/cryptcheck"
_ "github.com/rclone/rclone/cmd/cryptdecode"
_ "github.com/rclone/rclone/cmd/dbhashsum"
_ "github.com/rclone/rclone/cmd/dedupe"
_ "github.com/rclone/rclone/cmd/delete"
_ "github.com/rclone/rclone/cmd/deletefile"