From fcf62afec2730e14372221e323127cc11dae46db Mon Sep 17 00:00:00 2001 From: Sachidananda Date: Tue, 20 Jul 2010 05:03:59 +0000 Subject: Remove dead assignment. Signed-off-by: Sachidananda Urs Signed-off-by: Anand V. Avati BUG: 1131 () URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1131 --- xlators/features/locks/src/common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xlators/features/locks/src/common.c b/xlators/features/locks/src/common.c index 8ab9feaaf..2ba8df002 100644 --- a/xlators/features/locks/src/common.c +++ b/xlators/features/locks/src/common.c @@ -442,7 +442,7 @@ pl_inode_get (xlator_t *this, inode_t *inode) INIT_LIST_HEAD (&pl_inode->ext_list); INIT_LIST_HEAD (&pl_inode->rw_list); - ret = inode_ctx_put (inode, this, (uint64_t)(long)(pl_inode)); + inode_ctx_put (inode, this, (uint64_t)(long)(pl_inode)); out: return pl_inode; -- cgit