mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-09 08:32:04 +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.