From 62cbf0815005f0ba91b0c36fbcabd479c6e3a2f2 Mon Sep 17 00:00:00 2001 From: Richard Henderson Date: Wed, 2 Aug 2023 14:02:46 -0700 Subject: linux-user: Remove last_brk This variable is unused. Reviewed-by: Helge Deller Reviewed-by: Akihiko Odaki Signed-off-by: Richard Henderson --- linux-user/mmap.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'linux-user/mmap.c') diff --git a/linux-user/mmap.c b/linux-user/mmap.c index 90b3ef2140..eb04fab8ab 100644 --- a/linux-user/mmap.c +++ b/linux-user/mmap.c @@ -314,8 +314,6 @@ static bool mmap_frag(abi_ulong real_start, abi_ulong start, abi_ulong last, #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. -- cgit 1.4.1