utils.h: remove leftover commented out code
authorFelix Fietkau <nbd@openwrt.org>
Fri, 17 Apr 2015 19:25:36 +0000 (21:25 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 17 Apr 2015 19:27:03 +0000 (21:27 +0200)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
utils.h

diff --git a/utils.h b/utils.h
index 301a075..4e14bcf 100644 (file)
--- a/utils.h
+++ b/utils.h
@@ -98,10 +98,8 @@ static inline int fls(int x)
         x <<= 2;
         r -= 2;
     }
         x <<= 2;
         r -= 2;
     }
-    if (!(x & 0x80000000u)) {
-        //x <<= 1;
+    if (!(x & 0x80000000u))
         r -= 1;
         r -= 1;
-    }
     return r;
 }
 #endif
     return r;
 }
 #endif