X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Flz_mf.h;h=9424e19d68421bd4131a356d222a15cdecc239ac;hb=b6dc8044807da8b8f993459152379ecf7a5134f3;hp=221418d6806270ca6c58063ed4238c0bd631ea4b;hpb=a1a043899627341eb5117a48098d8d92abd43827;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. *