From: Wei Fang <fangw...@huawei.com>

->worker_index is unused, so remove it.

Signed-off-by: Wei Fang <fangw...@huawei.com>
---
 ntirpc/rpc/work_pool.h |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/ntirpc/rpc/work_pool.h b/ntirpc/rpc/work_pool.h
index f9a30df..9bb7fde 100644
--- a/ntirpc/rpc/work_pool.h
+++ b/ntirpc/rpc/work_pool.h
@@ -70,7 +70,6 @@ struct work_pool_thread {
        struct work_pool *pool;
        struct work_pool_entry *work;
        pthread_t id;
-       uint32_t worker_index;
 };
 
 int work_pool_init(struct work_pool *, const char *, struct work_pool_params 
*);
-- 
1.7.1


------------------------------------------------------------------------------
_______________________________________________
Nfs-ganesha-devel mailing list
Nfs-ganesha-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfs-ganesha-devel

Reply via email to