Leave the LZMA support enabled, so that existing implementations will compile.
This commit is contained in:
parent
67d5ae5a1e
commit
3b1400109a
|
|
@ -15,8 +15,8 @@ message Blob {
|
|||
// Possible compressed versions of the data.
|
||||
optional bytes zlib_data = 3;
|
||||
|
||||
// PROPOSED feature for LZMA compressed data.
|
||||
// optional bytes lzma_data = 4; // Do not change this tag number.
|
||||
// PROPOSED feature for LZMA compressed data. SUPPORT IS NOT REQUIRED.
|
||||
optional bytes lzma_data = 4;
|
||||
|
||||
// Formerly used for bzip2 compressed data. Depreciated in 2010.
|
||||
optional bytes OBSOLETE_bzip2_data = 5 [deprecated=true]; // Don't reuse this tag number.
|
||||
|
|
|
|||
Loading…
Reference in New Issue