[Pvfs2-cvs] commit by mtmoore in pvfs2/src/common/mgmt:
pint-worker-threaded-queues.c
CVS commit program
cvs at parl.clemson.edu
Wed Jun 8 14:33:00 EDT 2011
Update of /projects/cvsroot/pvfs2/src/common/mgmt
In directory parlweb1:/tmp/cvs-serv3865/src/common/mgmt
Modified Files:
Tag: Orange-Branch
pint-worker-threaded-queues.c
Log Message:
compiler warning cleanup
Index: pint-worker-threaded-queues.c
===================================================================
RCS file: /projects/cvsroot/pvfs2/src/common/mgmt/pint-worker-threaded-queues.c,v
diff -p -u -r1.8 -r1.8.10.1
--- pint-worker-threaded-queues.c 29 Jan 2009 20:56:19 -0000 1.8
+++ pint-worker-threaded-queues.c 8 Jun 2011 18:33:00 -0000 1.8.10.1
@@ -85,12 +85,11 @@ static int threaded_queues_destroy(struc
{
struct PINT_worker_threaded_queues_s *w;
struct PINT_worker_thread_entry * tentry;
- int i, count;
+ int i;
w = &inst->threaded;
gen_mutex_lock(&w->mutex);
- count = w->attr.thread_count;
gen_mutex_unlock(&w->mutex);
/* stop all threads */
More information about the Pvfs2-cvs
mailing list