From: fennecdjay Date: Sat, 3 Sep 2022 09:25:49 +0000 (+0200) Subject: :art: Finish removing killed shreds X-Git-Tag: nightly~264^2~7 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=cd3d48660273f4a50fb4557da14cfe6af4a2fe2d;p=gwion.git :art: Finish removing killed shreds --- diff --git a/include/shreduler_private.h b/include/shreduler_private.h index 65185eef..9ba32f35 100644 --- a/include/shreduler_private.h +++ b/include/shreduler_private.h @@ -7,7 +7,6 @@ struct Shreduler_ { struct Vector_ active_shreds; MUTEX_TYPE mutex; size_t shred_ids; - struct Vector_ killed_shreds; bool loop; };