aboutsummaryrefslogtreecommitdiffstats
path: root/oslib-win32.c
diff options
context:
space:
mode:
Diffstat (limited to 'oslib-win32.c')
-rw-r--r--oslib-win32.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/oslib-win32.c b/oslib-win32.c
index ab29eae45..5f0759ffc 100644
--- a/oslib-win32.c
+++ b/oslib-win32.c
@@ -93,13 +93,6 @@ void qemu_set_cloexec(int fd)
{
}
-/* mingw32 needs ffs for compilations without optimization. */
-int ffs(int i)
-{
- /* Use gcc's builtin ffs. */
- return __builtin_ffs(i);
-}
-
/* Offset between 1/1/1601 and 1/1/1970 in 100 nanosec units */
#define _W32_FT_OFFSET (116444736000000000ULL)