diff options
Diffstat (limited to 'Kernel/Process.h')
-rw-r--r-- | Kernel/Process.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Kernel/Process.h b/Kernel/Process.h index fcafbad5f0..2aeaee2b6e 100644 --- a/Kernel/Process.h +++ b/Kernel/Process.h @@ -246,8 +246,6 @@ public: return with_protected_data([](auto& protected_data) { return protected_data.umask; }); } - bool in_group(GroupID) const; - // Breakable iteration functions template<IteratorFunction<Process&> Callback> static void for_each(Callback); |