summaryrefslogtreecommitdiff
path: root/kernel/exit.c
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/exit.c')
-rw-r--r--kernel/exit.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/kernel/exit.c b/kernel/exit.c
index a1801b6397bc..5c8ecbaa19a5 100644
--- a/kernel/exit.c
+++ b/kernel/exit.c
@@ -50,13 +50,6 @@
#include <asm/pgtable.h>
#include <asm/mmu_context.h>
-#ifdef CONFIG_CODETEST
-/*
- * CodeTEST mods
- */
-extern void ct_thread_delete(struct task_struct *p);
-#endif /* CONFIG_CODETEST */
-
extern void sem_exit (void);
static void exit_mm(struct task_struct * tsk);
@@ -786,10 +779,6 @@ static void exit_notify(struct task_struct *tsk)
* jobs, send them a SIGHUP and then a SIGCONT. (POSIX 3.2.2.2)
*/
-#ifdef CONFIG_CODETEST
- ct_thread_delete(current);
-#endif /* CONFIG_CODETEST */
-
INIT_LIST_HEAD(&ptrace_dead);
forget_original_parent(tsk, &ptrace_dead);
BUG_ON(!list_empty(&tsk->children));