diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/qemu-common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/qemu-common.h b/include/qemu-common.h index bbaffd1..f328821 100644 --- a/include/qemu-common.h +++ b/include/qemu-common.h @@ -199,7 +199,6 @@ int qemu_strnlen(const char *s, int max_len); */ char *qemu_strsep(char **input, const char *delim); time_t mktimegm(struct tm *tm); -int qemu_fls(int i); int qemu_fdatasync(int fd); int fcntl_setfl(int fd, int flag); int qemu_parse_fd(const char *param); |