X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Flz_mf.h;h=9424e19d68421bd4131a356d222a15cdecc239ac;hb=e6a50e92c221b5c4ce2d86caa1ba2093b20f3ac3;hp=221418d6806270ca6c58063ed4238c0bd631ea4b;hpb=91b0f909393476f39ed5865dfe4b27c244ba3c48;p=wimlib diff --git a/include/wimlib/lz_mf.h b/include/wimlib/lz_mf.h index 221418d6..9424e19d 100644 --- a/include/wimlib/lz_mf.h +++ b/include/wimlib/lz_mf.h @@ -109,14 +109,6 @@ enum lz_mf_algo { */ LZ_MF_NULL = 1, - /* - * Brute Force match-finding algorithm. - * - * This algorithm exists for comparison, benchmarking, and testing - * purposes only. It is not intended to be used in real compressors. - */ - LZ_MF_BRUTE_FORCE = 2, - /* * Hash Chain match-finding algorithm. *