mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-24 10:22:05 -05: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
Reference in a new issue