]> wimlib.net Git - wimlib/blobdiff - include/wimlib/lz_mf.h
Remove "brute force" match-finding algorithm
[wimlib] / include / wimlib / lz_mf.h
index 221418d6806270ca6c58063ed4238c0bd631ea4b..9424e19d68421bd4131a356d222a15cdecc239ac 100644 (file)
@@ -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.
         *