summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-10-22 13:42:41 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-10-22 13:42:41 +1100
commit61c5e15e45a7ff20f5b49d11fa06b4f0d8df9a75 (patch)
tree63b1756dfc419a3f9eb0056ad743535ed4e7c68b
parent7c53380460df8ce0e9dfb5b639146fe0e95ec559 (diff)
downloadmongo-61c5e15e45a7ff20f5b49d11fa06b4f0d8df9a75.tar.gz
lint
test/fops/fops.c:100:12: error: variable 'tid' set but not used
-rw-r--r--test/fops/fops.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/fops/fops.c b/test/fops/fops.c
index 0caadc5e084..0d099614533 100644
--- a/test/fops/fops.c
+++ b/test/fops/fops.c
@@ -97,12 +97,10 @@ static void *
fop(void *arg)
{
STATS *s;
- pthread_t tid;
u_int i;
int id;
id = (int)(uintptr_t)arg;
- tid = pthread_self();
sched_yield(); /* Get all the threads created. */
s = &run_stats[id];