]> wimlib.net Git - wimlib/blobdiff - src/compress.c
{de,}compress.c: Remove unneeded array initializers
[wimlib] / src / compress.c
index 32d5fb49fc28b0885ef261dfeece9bc3231d82f5..a3c95b0f5d965fa07dec7b36e307eb9feb28d8ee 100644 (file)
@@ -45,9 +45,6 @@ static const struct compressor_ops *compressor_ops[] = {
 
 static struct wimlib_compressor_params_header *
 compressor_default_params[ARRAY_LEN(compressor_ops)] = {
-       [WIMLIB_COMPRESSION_TYPE_LZX]    = NULL,
-       [WIMLIB_COMPRESSION_TYPE_XPRESS] = NULL,
-       [WIMLIB_COMPRESSION_TYPE_LZMS]   = NULL,
 };
 
 static bool