mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-12-17 21:26:13 -07:00
Remove unused qemu_fls function
Nothing uses qemu_fls() any more, so delete it. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 1437741192-20955-6-git-send-email-peter.maydell@linaro.org
This commit is contained in:
parent
6554f5c037
commit
10944a1920
2 changed files with 0 additions and 6 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue