1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:57:35 +00:00

Kernel: Remove unused Process::all_pids()

This commit is contained in:
Andreas Kling 2021-08-08 13:42:24 +02:00
parent 374972578d
commit db14092d8f
2 changed files with 0 additions and 12 deletions

View file

@ -183,7 +183,6 @@ public:
static void register_new(Process&);
~Process();
static Vector<ProcessID> all_pids();
static NonnullRefPtrVector<Process> all_processes();
template<typename EntryFunction>