From: Martin Mares Date: Thu, 22 Sep 2005 20:45:06 +0000 (+0000) Subject: fls() is gone. X-Git-Tag: holmes-import~728 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=4539df81f1c9c85fbf93549d5fa4ab2e2c5b6cd0;p=libucw.git fls() is gone. --- 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);