]> mj.ucw.cz Git - libucw.git/commitdiff
fls() is gone.
authorMartin Mares <mj@ucw.cz>
Thu, 22 Sep 2005 20:45:06 +0000 (20:45 +0000)
committerMartin Mares <mj@ucw.cz>
Thu, 22 Sep 2005 20:45:06 +0000 (20:45 +0000)
lib/lib.h

index 888700b90f52de568d8f1ea719069ad57e8f2a91..df728fdb5099cc29049239efbe55397a9b11d2ce 100644 (file)
--- 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);