get rid of ptrace_signal_deliver() arguments
authorAl Viro <viro@zeniv.linux.org.uk>
Mon, 5 Nov 2012 18:06:22 +0000 (13:06 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 29 Nov 2012 05:01:24 +0000 (00:01 -0500)
the first one is equal to signal_pt_regs(), the second is never used
(and always NULL, while we are at it).

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>

No differences found