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

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
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -130,7 +130,6 @@ int run_test(int cpu)
void suspend(void)
{
	int power_state_fd;
	struct sigevent event = {};
	int timerfd;
	int err;
	struct itimerspec spec = {};