:: commit b28771f9894f142168457611240bbf727593b640

Kamila Szewczyk <kspalaiologos@gmail.com> — 2022-05-11 13:03

parents: 727496239b

remove the block count function

diff --git a/src/lzp.c b/src/lzp.c
index 4354254..8a7aa97 100644
--- a/src/lzp.c
+++ b/src/lzp.c
@@ -10,10 +10,6 @@
 
 #define MATCH 0xf2
 
-static inline s32 num_blocks(s32 n) {
-    return 1;
-}
-
 static s32 lzp_encode_block(const u8 * restrict in, const u8 * in_end, u8 * restrict out, u8 * out_end,
                             s32 * restrict lut, s32 mask, s32 m_len) {
     const u8 *ins = in, *outs = out;
tab: 248 wrap: offon