mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 08:17:45 +00:00
Kernel: Remove unused Process::for_each_thread_in_coredump()
This commit is contained in:
parent
1cec5f3d4c
commit
cf5ab665e0
1 changed files with 0 additions and 3 deletions
|
@ -206,9 +206,6 @@ public:
|
||||||
template<typename Callback>
|
template<typename Callback>
|
||||||
IterationDecision for_each_thread(Callback) const;
|
IterationDecision for_each_thread(Callback) const;
|
||||||
|
|
||||||
template<typename Callback>
|
|
||||||
IterationDecision for_each_thread_in_coredump(Callback) const;
|
|
||||||
|
|
||||||
void die();
|
void die();
|
||||||
void finalize();
|
void finalize();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue