mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-07 10:06:03 +00:00
Kernel: Remove unused PCI::Access::access_type()
This commit is contained in:
parent
f3f0b80b83
commit
beeed90a3f
Notes:
sideshowbarker
2024-07-18 07:26:01 +09:00
Author: https://github.com/awesomekling
Commit: beeed90a3f
4 changed files with 0 additions and 4 deletions
|
@ -51,7 +51,6 @@ private:
|
|||
protected:
|
||||
explicit MMIOAccess(PhysicalAddress mcfg);
|
||||
|
||||
virtual const char* access_type() const override { return "MMIOAccess"; };
|
||||
virtual u32 segment_count() const override;
|
||||
virtual void enumerate_hardware(Function<void(Address, ID)>) override;
|
||||
virtual void write8_field(Address address, u32, u8) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue