mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 20:07:35 +00:00
Kernel: Remove unnecessary class member in UHCIController
The m_address member is not needed, since PCI::Device already has one.
This commit is contained in:
parent
4e6a50f1d0
commit
d9863e0b6c
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ private:
|
|||
|
||||
virtual void handle_irq(const RegisterState&) override;
|
||||
|
||||
PCI::Address m_address;
|
||||
IOAddress m_io_base;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue