Remove unused variable: compressionFlag

Unused since b20bd6d0bd

Signed-off-by: Šimon Lukašík <isimluk@fedoraproject.org>
This commit is contained in:
Šimon Lukašík 2018-11-27 08:36:45 +01:00
parent 653049a688
commit a01aeaf38a
1 changed files with 2 additions and 3 deletions

View File

@ -30,7 +30,6 @@ import (
const (
tarSplitSuffix = ".tar-split.gz"
incompleteFlag = "incomplete"
compressionFlag = "diff-compression"
)
// A Layer is a record of a copy-on-write layer that's stored by the lower