Skip to content

Commit

Permalink
stress-sigbus: remove shadow'd variable ret
Browse files Browse the repository at this point in the history
Signed-off-by: Colin Ian King <[email protected]>
  • Loading branch information
ColinIanKing committed Aug 8, 2023
1 parent d335221 commit 9ff1da9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion stress-sigbus.c
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ static int stress_sigbus(const stress_args_t *args)
stress_set_proc_state(args->name, STRESS_STATE_RUN);

for (;;) {
int ret;
struct sigaction action;

(void)shim_memset(&action, 0, sizeof action);
Expand Down

0 comments on commit 9ff1da9

Please sign in to comment.