fix perf regression, remove unecessary abort

This commit is contained in:
Awni Hannun 2025-02-27 12:38:34 -08:00 committed by Awni Hannun
parent 60c4154346
commit 392bca56a6

View File

@ -122,6 +122,7 @@ void array::wait() {
detach_event();
}
set_status(Status::available);
detach_event();
}
}