CLEANUP: compression: remove calls to SLZ init functions
authorWilly Tarreau <w@1wt.eu>
Thu, 22 Apr 2021 12:43:49 +0000 (14:43 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 22 Apr 2021 14:11:19 +0000 (16:11 +0200)
commit5e65f4276b4db6e1de7657a5fdff51ddc0a1429c
tree0bf2e3d8b0e6750dee53642aa8eddb92a4187d00
parentaca389a483a9c25df278af0b0ed585dec1c0f55b
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().
include/import/slz.h
src/compression.c
src/slz.c