mirror of
https://github.com/docker/cli.git
synced 2026-01-25 03:42:05 +03:00
And removing unused code. - tarsum.go : NewTarSumHash could be non exported (for now) NewTarSumForLabel is never used, except for the tests - fileinfosums.go: SortByPos is never used, except for the tests - versionning.go: GetVersions is never used, expect for the tests Signed-off-by: Vincent Demeester <vincent@sbr.pm> Upstream-commit: 25f7d7822d2b858864b03ea5dfc534c32c67326b Component: engine