summaryrefslogtreecommitdiff
path: root/Kernel/Process.h
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Process.h')
-rw-r--r--Kernel/Process.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Kernel/Process.h b/Kernel/Process.h
index b4f4ac2335..b15b7d61a1 100644
--- a/Kernel/Process.h
+++ b/Kernel/Process.h
@@ -277,7 +277,6 @@ public:
size_t amount_virtual() const;
size_t amount_resident() const;
size_t amount_shared() const;
- size_t amount_in_bitmaps() const;
Process* fork(RegisterDump&);
int exec(const String& path, Vector<String>&& arguments, Vector<String>&& environment);