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