mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
bsd-user: Remove last_brk
This variable is unused. Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
@ -214,8 +214,6 @@ static int mmap_frag(abi_ulong real_start,
|
||||
#endif
|
||||
abi_ulong mmap_next_start = TASK_UNMAPPED_BASE;
|
||||
|
||||
unsigned long last_brk;
|
||||
|
||||
/*
|
||||
* Subroutine of mmap_find_vma, used when we have pre-allocated a chunk of guest
|
||||
* address space.
|
||||
|
Reference in New Issue
Block a user