Commit e23b1e6a authored by Zhu Jun's avatar Zhu Jun Committed by Shuah Khan

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: default avatarZhu Jun <zhujun2@cmss.chinamobile.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent b84111cd
...@@ -130,7 +130,6 @@ int run_test(int cpu) ...@@ -130,7 +130,6 @@ int run_test(int cpu)
void suspend(void) void suspend(void)
{ {
int power_state_fd; int power_state_fd;
struct sigevent event = {};
int timerfd; int timerfd;
int err; int err;
struct itimerspec spec = {}; struct itimerspec spec = {};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment