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:
parent
57a2394cb4
commit
cfe54f86bd
2 changed files with 0 additions and 22 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue