From 4539df81f1c9c85fbf93549d5fa4ab2e2c5b6cd0 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Thu, 22 Sep 2005 20:45:06 +0000 Subject: [PATCH] fls() is gone. --- lib/lib.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/lib.h b/lib/lib.h index 888700b9..df728fdb 100644 --- a/lib/lib.h +++ b/lib/lib.h @@ -145,10 +145,6 @@ byte *xstrdup(byte *); int match_ct_patt(byte *, byte *); -/* log2.c */ - -int fls(u32); - /* wordsplit.c */ int sepsplit(byte *str, byte sep, byte **rec, uns max); -- 2.39.2