diff options
Diffstat (limited to 'arch/sh64/kernel/ptrace.c')
-rw-r--r-- | arch/sh64/kernel/ptrace.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/sh64/kernel/ptrace.c b/arch/sh64/kernel/ptrace.c index df06c6477468..8a2d339cf760 100644 --- a/arch/sh64/kernel/ptrace.c +++ b/arch/sh64/kernel/ptrace.c | |||
@@ -244,10 +244,6 @@ long arch_ptrace(struct task_struct *child, long request, long addr, long data) | |||
244 | break; | 244 | break; |
245 | } | 245 | } |
246 | 246 | ||
247 | case PTRACE_DETACH: /* detach a process that was attached. */ | ||
248 | ret = ptrace_detach(child, data); | ||
249 | break; | ||
250 | |||
251 | default: | 247 | default: |
252 | ret = ptrace_request(child, request, addr, data); | 248 | ret = ptrace_request(child, request, addr, data); |
253 | break; | 249 | break; |