diff options
| author | Peter Maydell | 2015-07-24 14:33:11 +0200 |
|---|---|---|
| committer | Peter Maydell | 2015-09-07 15:19:00 +0200 |
| commit | 10944a19209bb520054569e0f156f50338901264 (patch) | |
| tree | 034d5d060031f753818d502372a47169594a0325 /include | |
| parent | exec.c: Use pow2floor() rather than hand-calculation (diff) | |
| download | qemu-10944a19209bb520054569e0f156f50338901264.tar.gz qemu-10944a19209bb520054569e0f156f50338901264.tar.xz qemu-10944a19209bb520054569e0f156f50338901264.zip | |
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
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 bbaffd12e7..f328821650 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); |
