diff options
Diffstat (limited to 'util/cutils.c')
-rw-r--r-- | util/cutils.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/util/cutils.c b/util/cutils.c index 5d1c9eb..43aafde 100644 --- a/util/cutils.c +++ b/util/cutils.c @@ -145,11 +145,6 @@ time_t mktimegm(struct tm *tm) return t; } -int qemu_fls(int i) -{ - return 32 - clz32(i); -} - /* * Make sure data goes on disk, but if possible do not bother to * write out the inode just for timestamp updates. |