mirror of
https://github.com/RGBCube/serenity
synced 2025-06-01 07:48:12 +00:00
Kernel: Remove outdated FIXME in the DeviceManagement code
This commit is contained in:
parent
3f99a8734e
commit
6f9b84a64a
1 changed files with 0 additions and 1 deletions
|
@ -73,7 +73,6 @@ private:
|
|||
LockRefPtr<NullDevice> m_null_device;
|
||||
LockRefPtr<ConsoleDevice> m_console_device;
|
||||
LockRefPtr<DeviceControlDevice> m_device_control_device;
|
||||
// FIXME: Once we have a singleton for managing many sound cards, remove this from here
|
||||
SpinlockProtected<HashMap<u64, Device*>, LockRank::None> m_devices {};
|
||||
|
||||
mutable Spinlock<LockRank::None> m_event_queue_lock {};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue