Thread (24 messages) 24 messages, 5 authors, 2012-03-21
STALE5241d

[PATCH 3/3] rt-tests: Remove unused status variable

From: Darren Hart <hidden>
Date: 2012-03-20 19:06:07
Subsystem: the rest · Maintainer: Linus Torvalds

The status variable is not used. Remove it and avoid the warning from gcc.

Signed-off-by: Darren Hart <redacted>
CC: Clark Williams <redacted>
CC: John Kacur <jkacur@redhat.com>
---
 src/pi_tests/pi_stress.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/src/pi_tests/pi_stress.c b/src/pi_tests/pi_stress.c
index 0940567..b89dec8 100644
--- a/src/pi_tests/pi_stress.c
+++ b/src/pi_tests/pi_stress.c
@@ -596,10 +596,9 @@ void *reporter(void *arg)
 
 int verify_cpu(int cpu)
 {
-	int status;
 	cpu_set_t mask;
 
-	status = sched_getaffinity(0, sizeof(cpu_set_t), &mask);
+	sched_getaffinity(0, sizeof(cpu_set_t), &mask);
 
 	if (CPU_ISSET(cpu, &mask))
 		return SUCCESS;
-- 
1.7.6.5
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help