Skip to content

Commit e23b1e6

Browse files
Zhu Junshuahkh
authored andcommitted
selftests/breakpoints:Remove unused variable
This variable is never referenced in the code, just remove them that this problem was discovered by reading the code Signed-off-by: Zhu Jun <[email protected]> Signed-off-by: Shuah Khan <[email protected]>
1 parent b84111c commit e23b1e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tools/testing/selftests/breakpoints/step_after_suspend_test.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,6 @@ int run_test(int cpu)
130130
void suspend(void)
131131
{
132132
int power_state_fd;
133-
struct sigevent event = {};
134133
int timerfd;
135134
int err;
136135
struct itimerspec spec = {};

0 commit comments

Comments
 (0)