summaryrefslogtreecommitdiffstats
path: root/kernel/signal.c
diff options
context:
space:
mode:
authorOleg Nesterov <oleg@redhat.com>2009-12-15 16:47:25 -0800
committerLinus Torvalds <torvalds@linux-foundation.org>2009-12-16 07:20:09 -0800
commitad09750b51150ca87531b8790a379214a974c167 (patch)
tree785520da252e18a058642c7bc95dda35100e4565 /kernel/signal.c
parent7486e5d9fc773cb67c29381567bed5236fc9573c (diff)
downloadop-kernel-dev-ad09750b51150ca87531b8790a379214a974c167.zip
op-kernel-dev-ad09750b51150ca87531b8790a379214a974c167.tar.gz
signals: kill force_sig_specific()
Kill force_sig_specific(), this trivial wrapper has no callers. Signed-off-by: Oleg Nesterov <oleg@redhat.com> Cc: Roland McGrath <roland@redhat.com> Cc: Sukadev Bhattiprolu <sukadev@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/signal.c')
-rw-r--r--kernel/signal.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/kernel/signal.c b/kernel/signal.c
index d7c7f3c..4a9d763 100644
--- a/kernel/signal.c
+++ b/kernel/signal.c
@@ -1062,12 +1062,6 @@ force_sig_info(int sig, struct siginfo *info, struct task_struct *t)
return ret;
}
-void
-force_sig_specific(int sig, struct task_struct *t)
-{
- force_sig_info(sig, SEND_SIG_FORCED, t);
-}
-
/*
* Nuke all other threads in the group.
*/
OpenPOWER on IntegriCloud