The next struct member of TaskState is unused. Remove it.

Signed-off-by: Warner Losh <i...@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


Reply via email to