X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fwrite.c;h=d4393728953bf572be4cd05d8ef6c9767331a89e;hp=0aacdf13e04fc57e5abd3574c7321a929201c99c;hb=63195f84da11e0ea9ee226edc050835862275ebb;hpb=dabaf1184dfd9581804da2a14fa3617ef61a3e06 diff --git a/src/write.c b/src/write.c index 0aacdf13..d4393728 100644 --- a/src/write.c +++ b/src/write.c @@ -1376,12 +1376,6 @@ write_stream_list(struct list_head *stream_list, * bytes needing to be compressed is less 2000000 (heuristic value). */ if (out_ctype != WIMLIB_COMPRESSION_TYPE_NONE) { - if (out_ctype == WIMLIB_COMPRESSION_TYPE_LZMS && - ctx.lookup_table != NULL) { - WARNING("LZMS compression not implemented; data will " - "actually be written uncompressed."); - } - #ifdef ENABLE_MULTITHREADED_COMPRESSION if (ctx.num_bytes_to_compress >= 2000000) { ret = new_parallel_chunk_compressor(out_ctype,