commit | 5e65f4276b4db6e1de7657a5fdff51ddc0a1429c | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Apr 22 14:43:49 2021 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Thu Apr 22 16:11:19 2021 +0200 |
tree | 0bf2e3d8b0e6750dee53642aa8eddb92a4187d00 | |
parent | aca389a483a9c25df278af0b0ed585dec1c0f55b [diff] |
CLEANUP: compression: remove calls to SLZ init functions As we now embed the library we don't need to support the older 1.0 API any more, so we can remove the explicit calls to slz_make_crc_table() and slz_prepare_dist_table().