1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 03:08:13 +00:00

Kernel: Remove unused Process::for_each_thread_in_coredump()

This commit is contained in:
Andreas Kling 2021-02-08 10:06:37 +01:00
parent 1cec5f3d4c
commit cf5ab665e0

View file

@ -206,9 +206,6 @@ public:
template<typename Callback>
IterationDecision for_each_thread(Callback) const;
template<typename Callback>
IterationDecision for_each_thread_in_coredump(Callback) const;
void die();
void finalize();