w32: Remove implementation of function ffs
commit57a8821bc6e4457230075a5c8da5f8a083889686
authorStefan Weil <weil@mail.berlios.de>
Fri, 4 Feb 2011 21:38:48 +0000 (4 22:38 +0100)
committerBlue Swirl <blauwirbel@gmail.com>
Sun, 20 Feb 2011 20:18:21 +0000 (20 20:18 +0000)
tree2ba377cf80ab1e5630e21cd8f34cc22c47b6606a
parent08f3896a072c6d05e36ec3fa4fd303ea550ee38f
w32: Remove implementation of function ffs

This implementation is no longer needed.

ffs is either a built-in function (for compilations with optimisation)
or taken from libiberty.a (which was added by the previous patch).

Cc: Anthony Liguori <aliguori@us.ibm.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
oslib-win32.c