From eba11d7a2e2718064e99ae3f155ccca395a39cb1 Mon Sep 17 00:00:00 2001 From: Sachidananda Date: Fri, 30 Jul 2010 09:22:51 +0000 Subject: Remove dead variables reported by clang. Signed-off-by: Sachidananda Urs Signed-off-by: Anand V. Avati BUG: 1110 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1110 --- xlators/performance/io-threads/src/io-threads.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xlators/performance/io-threads/src/io-threads.c') diff --git a/xlators/performance/io-threads/src/io-threads.c b/xlators/performance/io-threads/src/io-threads.c index 0aef6623f..0328d7411 100644 --- a/xlators/performance/io-threads/src/io-threads.c +++ b/xlators/performance/io-threads/src/io-threads.c @@ -140,7 +140,7 @@ iot_schedule (iot_conf_t *conf, call_stub_t *stub) } pthread_mutex_unlock (&conf->mutex); - return 0; + return ret; } -- cgit