mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:57:43 +00:00
Kernel: Remove PCI information node from ProcFS
The SystemMonitor program was the last client to utilize this node, and now it is not using this node anymore, we can simply remove this for good.
This commit is contained in:
parent
889b9d029e
commit
38bf7863d0
3 changed files with 0 additions and 53 deletions
|
@ -152,7 +152,6 @@ public:
|
|||
virtual ErrorOr<NonnullRefPtr<ProcFSExposedComponent>> lookup(StringView name) override;
|
||||
static NonnullRefPtr<ProcFSRootDirectory> must_create();
|
||||
|
||||
void add_pci_node(Badge<PCI::Access>);
|
||||
virtual ~ProcFSRootDirectory();
|
||||
|
||||
private:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue