1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-20 14:35:07 +00:00

Kernel: Remove unused /proc/mm file

This was a file I used very early on to dump information about kernel
VM objects. It's long since superseded by other JSON-based files.
This commit is contained in:
Andreas Kling 2021-01-17 21:14:20 +01:00
parent 57a2394cb4
commit cfe54f86bd
2 changed files with 0 additions and 22 deletions

View file

@ -87,7 +87,6 @@ class MemoryManager {
friend class AnonymousVMObject;
friend class Region;
friend class VMObject;
friend OwnPtr<KBuffer> procfs$mm(InodeIdentifier);
friend OwnPtr<KBuffer> procfs$memstat(InodeIdentifier);
public: