diff options
author | Sachidananda <sac@gluster.com> | 2010-07-30 09:22:51 +0000 |
---|---|---|
committer | Anand V. Avati <avati@dev.gluster.com> | 2010-08-02 07:49:40 -0700 |
commit | eba11d7a2e2718064e99ae3f155ccca395a39cb1 (patch) | |
tree | 3fcd98bd4676d1ba7a959aa6fe5a857cb57ba584 /xlators/performance/io-threads/src/io-threads.c | |
parent | 543f9ef5754bf50bc1817cfe9ddc13201f4e009f (diff) |
Remove dead variables reported by clang.
Signed-off-by: Sachidananda Urs <sac@gluster.com>
Signed-off-by: Anand V. Avati <avati@dev.gluster.com>
BUG: 1110 ()
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1110
Diffstat (limited to 'xlators/performance/io-threads/src/io-threads.c')
-rw-r--r-- | xlators/performance/io-threads/src/io-threads.c | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |