guard: do not focus in top-level

This commit is contained in:
Matthew LeVan 2024-01-18 16:46:07 -05:00
parent f7f01f5073
commit 28a7bf5153

View File

@ -81,10 +81,6 @@ void guard(void *(*f)(void *), void *arg, void **stack, void **alloc, void **ret
goto fail;
}
if ((err = _focus_guard()) != guard_sound) {
goto fail;
}
*ret = f(arg);
return;