]> wimlib.net Git - wimlib/commit - Makefile.am
Remove "brute force" match-finding algorithm
authorEric Biggers <ebiggers3@gmail.com>
Fri, 25 Jul 2014 02:58:02 +0000 (21:58 -0500)
committerEric Biggers <ebiggers3@gmail.com>
Fri, 25 Jul 2014 02:58:45 +0000 (21:58 -0500)
commitb6dc8044807da8b8f993459152379ecf7a5134f3
tree40f5385de8d5a980932f63440e4c9b9b6369fd7e
parenta1a043899627341eb5117a48098d8d92abd43827
Remove "brute force" match-finding algorithm

It's not of much use, and the code ended up being more complicated than I
had planned.  Just get rid of it.
Makefile.am
include/wimlib/lz_mf.h
include/wimlib/lz_mf_ops.h
src/lz_brute_force.c [deleted file]
src/lz_mf.c