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

Warner Losh posted 17 patches 3 months, 3 weeks ago
[PATCH 01/17] bsd-user: Delete TaskState next member
Posted by Warner Losh 3 months, 3 weeks ago
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(-)

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;
 
-- 
2.45.1
Re: [PATCH 01/17] bsd-user: Delete TaskState next member
Posted by Richard Henderson 3 months, 3 weeks ago
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~