diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/qemu/osdep.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/include/qemu/osdep.h b/include/qemu/osdep.h index a87f1b7f32..4bf2883a60 100644 --- a/include/qemu/osdep.h +++ b/include/qemu/osdep.h @@ -657,16 +657,6 @@ int qemu_fdatasync(int fd); int qemu_msync(void *addr, size_t length, int fd); /** - * qemu_get_host_name: - * @errp: Error object - * - * Operating system agnostic way of querying host name. - * - * Returns allocated hostname (caller should free), NULL on failure. - */ -char *qemu_get_host_name(Error **errp); - -/** * qemu_get_host_physmem: * * Operating system agnostic way of querying host memory. |