Remove unused variable: compressionFlag
Unused since b20bd6d0bd
Signed-off-by: Šimon Lukašík <isimluk@fedoraproject.org>
This commit is contained in:
parent
653049a688
commit
a01aeaf38a
|
@ -28,9 +28,8 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
tarSplitSuffix = ".tar-split.gz"
|
||||
incompleteFlag = "incomplete"
|
||||
compressionFlag = "diff-compression"
|
||||
tarSplitSuffix = ".tar-split.gz"
|
||||
incompleteFlag = "incomplete"
|
||||
)
|
||||
|
||||
// A Layer is a record of a copy-on-write layer that's stored by the lower
|
||||
|
|
Loading…
Reference in New Issue