X-Git-Url: https://wimlib.net/git/?a=blobdiff_plain;f=include%2Fwimlib%2Flz_mf_ops.h;h=d6475710ea4d1e573133a06f39e69f5605ea1992;hb=b6dc8044807da8b8f993459152379ecf7a5134f3;hp=0e1cfe9da4239629d6602f9f1fb78f4cf75ee92d;hpb=a1a043899627341eb5117a48098d8d92abd43827;p=wimlib diff --git a/include/wimlib/lz_mf_ops.h b/include/wimlib/lz_mf_ops.h index 0e1cfe9d..d6475710 100644 --- a/include/wimlib/lz_mf_ops.h +++ b/include/wimlib/lz_mf_ops.h @@ -1,7 +1,6 @@ #include "wimlib/lz_mf.h" extern const struct lz_mf_ops lz_null_ops; -extern const struct lz_mf_ops lz_brute_force_ops; extern const struct lz_mf_ops lz_hash_chains_ops; extern const struct lz_mf_ops lz_binary_trees_ops; extern const struct lz_mf_ops lz_lcp_interval_tree_ops;