diff mbox series

[01/17] bsd-user: Delete TaskState next member

Message ID 20240802235617.7971-2-imp@bsdimp.com
State New
Headers show
Series For 9.2: A bunch of cleanups and work towards variable pagesize support | expand

Commit Message

Warner Losh Aug. 2, 2024, 11:56 p.m. UTC
The next struct member of TaskState is unused. Remove it.

Signed-off-by: Warner Losh <imp@bsdimp.com>
---
 bsd-user/qemu.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Richard Henderson Aug. 4, 2024, 7:07 a.m. UTC | #1
On 8/3/24 09:56, Warner Losh wrote:
> The next struct member of TaskState is unused. Remove it.
> 
> Signed-off-by: Warner Losh<imp@bsdimp.com>
> ---
>   bsd-user/qemu.h | 1 -
>   1 file changed, 1 deletion(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~
diff mbox series

Patch

diff --git a/bsd-user/qemu.h b/bsd-user/qemu.h
index 3736c417860..4ccbee265a1 100644
--- a/bsd-user/qemu.h
+++ b/bsd-user/qemu.h
@@ -83,7 +83,6 @@  struct emulated_sigtable {
 struct TaskState {
     pid_t ts_tid;     /* tid (or pid) of this task */
 
-    struct TaskState *next;
     struct bsd_binprm *bprm;
     struct image_info *info;