From cf5ab665e00033bf86b327eec31a3f495372801d Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 8 Feb 2021 10:06:37 +0100 Subject: [PATCH] Kernel: Remove unused Process::for_each_thread_in_coredump() --- Kernel/Process.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/Kernel/Process.h b/Kernel/Process.h index 968f206e5d..9fdd863efd 100644 --- a/Kernel/Process.h +++ b/Kernel/Process.h @@ -206,9 +206,6 @@ public: template IterationDecision for_each_thread(Callback) const; - template - IterationDecision for_each_thread_in_coredump(Callback) const; - void die(); void finalize();