diff --git a/arm/async.cc b/arm/async.cc index 54307fd..3b1be35 100644 --- a/arm/async.cc +++ b/arm/async.cc @@ -65,9 +65,6 @@ void main_loop(void (*idle_function)()) { } stuff->h(); - if (stuff->h.done()) { - stuff->h.destroy(); - } Stuff* oldstuff = stuff; work = stuff->next;