Leave the LZMA support enabled, so that existing implementations will compile.

This commit is contained in:
Scott Crosby 2010-12-11 11:36:17 -06:00
parent 67d5ae5a1e
commit 3b1400109a
1 changed files with 2 additions and 2 deletions

View File

@ -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.