mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 16:42:10 +02: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.