mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
Removing old commented code
This commit is contained in:
parent
a75dc543cb
commit
acff85e316
1 changed files with 0 additions and 2 deletions
|
|
@ -126,10 +126,8 @@ float global_max_percent = 100;
|
|||
unsigned char bz2_in[CHUNK];
|
||||
unsigned char bz2_out[CHUNK];
|
||||
|
||||
//#ifdef COMFORT
|
||||
#include "contrib/liblzma/precomp_xz.h"
|
||||
lzma_stream otf_xz_stream_c = LZMA_STREAM_INIT, otf_xz_stream_d = LZMA_STREAM_INIT;
|
||||
//#endif // COMFORT
|
||||
|
||||
int compression_otf_method = OTF_XZ_MT;
|
||||
int conversion_from_method;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue