mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-04-12 15:46:16 +00:00
`process.fds()` is protected by a Mutex, which causes issues when we try to acquire it while holding a Spinlock. Since nothing seems to use this value, let's just remove it entirely for now.