]> wimlib.net Git - wimlib/blobdiff - src/decompress.c
{de,}compress.c: Remove unneeded array initializers
[wimlib] / src / decompress.c
index 4ea066f0d4a86a628c70941330554d8a5c745e3e..3bd51b183b5de90f1c20ea7a5630a03254e9533a 100644 (file)
@@ -45,9 +45,6 @@ static const struct decompressor_ops *decompressor_ops[] = {
 
 static struct wimlib_decompressor_params_header *
 decompressor_default_params[ARRAY_LEN(decompressor_ops)] = {
-       [WIMLIB_COMPRESSION_TYPE_LZX]    = NULL,
-       [WIMLIB_COMPRESSION_TYPE_XPRESS] = NULL,
-       [WIMLIB_COMPRESSION_TYPE_LZMS]   = NULL,
 };
 
 static bool