From: Antti Kantee Date: Sun, 21 Dec 2014 12:00:04 +0000 (+0000) Subject: remove struct schedulable unused members X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=5f4031a1d23e08f1f470e0af788c0296223ae6b5;p=rumpuser-xen.git remove struct schedulable unused members --- diff --git a/lib/_lwp.c b/lib/_lwp.c index 9c447f1..9bf185f 100644 --- a/lib/_lwp.c +++ b/lib/_lwp.c @@ -36,11 +36,6 @@ struct schedulable { char *scd_name; - void (*scd_start)(void *); - void *scd_arg; - - void *scd_stack; - struct lwpctl scd_lwpctl; TAILQ_ENTRY(schedulable) entries;