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 (
|
const (
|
||||||
tarSplitSuffix = ".tar-split.gz"
|
tarSplitSuffix = ".tar-split.gz"
|
||||||
incompleteFlag = "incomplete"
|
incompleteFlag = "incomplete"
|
||||||
compressionFlag = "diff-compression"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
// A Layer is a record of a copy-on-write layer that's stored by the lower
|
// A Layer is a record of a copy-on-write layer that's stored by the lower
|
||||||
|
|
Loading…
Reference in New Issue