mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
selftests: fix an unused variable warning in pidfd selftest
I fixed a few warnings like this in commit e2aa5e650b
("selftests: fixup build warnings in pidfd / clone3 tests"), but I
missed this one by mistake. Since this variable is unused, remove it.
Signed-off-by: Axel Rasmussen <axelrasmussen@google.com>
Reviewed-by: Christian Brauner <brauner@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
This commit is contained in:
parent
52035628fa
commit
187816d077
1 changed files with 0 additions and 1 deletions
|
@ -95,7 +95,6 @@ TEST(wait_states)
|
||||||
.flags = CLONE_PIDFD | CLONE_PARENT_SETTID,
|
.flags = CLONE_PIDFD | CLONE_PARENT_SETTID,
|
||||||
.exit_signal = SIGCHLD,
|
.exit_signal = SIGCHLD,
|
||||||
};
|
};
|
||||||
int ret;
|
|
||||||
pid_t pid;
|
pid_t pid;
|
||||||
siginfo_t info = {
|
siginfo_t info = {
|
||||||
.si_signo = 0,
|
.si_signo = 0,
|
||||||
|
|
Loading…
Add table
Reference in a new issue