diff --git a/br/pkg/storage/writer.go b/br/pkg/storage/writer.go index f28515f3c37e2..72d0e6dc61f4f 100644 --- a/br/pkg/storage/writer.go +++ b/br/pkg/storage/writer.go @@ -21,8 +21,6 @@ const ( NoCompression CompressType = iota // Gzip will compress given bytes in gzip format. Gzip - // LZO will compress given bytes in lzo format. - LZO // Snappy will compress given bytes in snappy format. Snappy // Zstd will compress given bytes in zstd format.