Re: [PATCH] CLEANUP: remove unused code in 'my_ffsl/my_flsl' functions

2020-03-09 Thread Willy Tarreau
On Sun, Mar 08, 2020 at 04:38:38PM +0100, Miroslav Zagorac wrote: > It seems to me that shifting the variable 'a' at the end of the functions is > of no use. Maybe there is something I don't see here, in which case I > apologize. :) You're right. It was mostly a matter of consistency, and anyway

[PATCH] CLEANUP: remove unused code in 'my_ffsl/my_flsl' functions

2020-03-08 Thread Miroslav Zagorac
00:00:00 2001 From: Miroslav Zagorac Date: Sun, 8 Mar 2020 16:32:20 +0100 Subject: [PATCH] CLEANUP: remove unused code in 'my_ffsl/my_flsl' functions Shifting the variable 'a' one bit to the right has no effect on the result of the functions. --- include/common/standard.h | 2 --