diff options
| author | Thomas Huth <thuth@redhat.com> | 2022-08-10 14:57:20 +0200 |
|---|---|---|
| committer | Thomas Huth <thuth@redhat.com> | 2022-08-26 13:34:21 +0200 |
| commit | 90d994619383c2665cf4f4712872c43ad2728bec (patch) | |
| tree | 2c68c465b97b00192b2a3c5e035578b5104fd812 /include/qemu/mmap-alloc.h | |
| parent | 90de559a669b99919e2a95ee85cb6b9b2e7256cb (diff) | |
| download | focaccia-qemu-90d994619383c2665cf4f4712872c43ad2728bec.tar.gz focaccia-qemu-90d994619383c2665cf4f4712872c43ad2728bec.zip | |
util/mmap-alloc: Remove qemu_mempath_getpagesize()
The last user of this function has just been removed, so we can drop this function now, too. Message-Id: <20220810125720.3849835-4-thuth@redhat.com> Reviewed-by: David Hildenbrand <david@redhat.com> Reviewed-by: Claudio Imbrenda <imbrenda@linux.ibm.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'include/qemu/mmap-alloc.h')
| -rw-r--r-- | include/qemu/mmap-alloc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/qemu/mmap-alloc.h b/include/qemu/mmap-alloc.h index 5076695cc8..2825e231a7 100644 --- a/include/qemu/mmap-alloc.h +++ b/include/qemu/mmap-alloc.h @@ -4,8 +4,6 @@ size_t qemu_fd_getpagesize(int fd); -size_t qemu_mempath_getpagesize(const char *mem_path); - /** * qemu_ram_mmap: mmap anonymous memory, the specified file or device. * |