mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Kernel: Remove Process::all_processes()
This was only used in ProcFS, which can use the `processes()` list just as well, so let's remove it.
This commit is contained in:
parent
81e23617d6
commit
3d0b5efcfc
Notes:
sideshowbarker
2024-07-17 22:01:13 +09:00
Author: https://github.com/IdanHo
Commit: 3d0b5efcfc
Pull-request: https://github.com/SerenityOS/serenity/pull/11474
Reviewed-by: https://github.com/bgianfo ✅
3 changed files with 4 additions and 16 deletions
|
@ -186,8 +186,6 @@ public:
|
|||
bool unref() const;
|
||||
~Process();
|
||||
|
||||
static NonnullRefPtrVector<Process> all_processes();
|
||||
|
||||
RefPtr<Thread> create_kernel_thread(void (*entry)(void*), void* entry_data, u32 priority, NonnullOwnPtr<KString> name, u32 affinity = THREAD_AFFINITY_DEFAULT, bool joinable = true);
|
||||
|
||||
bool is_profiling() const { return m_profiling; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue