1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:47:44 +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:
Liav A 2022-07-27 18:13:42 +03:00 committed by Linus Groh
parent 889b9d029e
commit 38bf7863d0
3 changed files with 0 additions and 53 deletions

View file

@ -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: