summary refs log tree commit diff stats
path: root/qemu-malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-malloc.c')
-rw-r--r--qemu-malloc.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/qemu-malloc.c b/qemu-malloc.c
index 1b33e04601..36b0b3641e 100644
--- a/qemu-malloc.c
+++ b/qemu-malloc.c
@@ -32,11 +32,6 @@ static void *oom_check(void *ptr)
     return ptr;
 }
 
-void *get_mmap_addr(unsigned long size)
-{
-    return NULL;
-}
-
 void qemu_free(void *ptr)
 {
     free(ptr);