]> wimlib.net Git - wimlib/blobdiff - include/wimlib/chunk_compressor.h
Remove some unnecessary configure options
[wimlib] / include / wimlib / chunk_compressor.h
index 265e1362438a39c9238fe9d67657d65cf2d59f27..237ece5018b8c2de4ff3cd0af11635afd7e4e88b 100644 (file)
@@ -63,12 +63,10 @@ struct chunk_compressor {
 
 /* Functions that return implementations of the chunk_compressor interface.  */
 
-#ifdef ENABLE_MULTITHREADED_COMPRESSION
 int
 new_parallel_chunk_compressor(int out_ctype, u32 out_chunk_size,
                              unsigned num_threads, u64 max_memory,
                              struct chunk_compressor **compressor_ret);
-#endif
 
 int
 new_serial_chunk_compressor(int out_ctype, u32 out_chunk_size,