summaryrefslogtreecommitdiffstats
path: root/xlators
diff options
context:
space:
mode:
Diffstat (limited to 'xlators')
-rw-r--r--xlators/performance/io-threads/src/io-threads.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/xlators/performance/io-threads/src/io-threads.c b/xlators/performance/io-threads/src/io-threads.c
index 79845316315..06ad0c2aae5 100644
--- a/xlators/performance/io-threads/src/io-threads.c
+++ b/xlators/performance/io-threads/src/io-threads.c
@@ -173,7 +173,6 @@ iot_worker (void *data)
break;
}
- conf->sleep_count++;
clock_gettime (CLOCK_REALTIME_COARSE,
&sleep_till);
sleep_till.tv_sec += conf->idle_time;