diff options
author | Kaleb S. KEITHLEY <kkeithle@redhat.com> | 2016-08-22 12:11:24 -0400 |
---|---|---|
committer | Jeff Darcy <jdarcy@redhat.com> | 2016-08-29 09:24:04 -0700 |
commit | e2e93882b0441c46d63ca78e56331abdd42d80cc (patch) | |
tree | d49df49d66d50a18af93f2f0b5ff845ce3a33370 /xlators/features/locks/src/posix.c | |
parent | ae2ddb59381c37d79b4f1ce13028f02e9fffea47 (diff) |
core: fix unused variable warnings/errors
http://review.gluster.org/14085 fixes a/the "leak" - via the
generated rpc/xdr headers - of pragmas that mask these warnings.
However 14085 won't pass the smoke test until all the warnings are
fixed.
Change-Id: Id9bf5732f8c94824769409f7895be9dbe6fbd5fa
BUG: 1369124
Signed-off-by: Kaleb S. KEITHLEY <kkeithle@redhat.com>
Reviewed-on: http://review.gluster.org/15249
Smoke: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Susant Palai <spalai@redhat.com>
NetBSD-regression: NetBSD Build System <jenkins@build.gluster.org>
CentOS-regression: Gluster Build System <jenkins@build.gluster.org>
Reviewed-by: Niels de Vos <ndevos@redhat.com>
Reviewed-by: Jeff Darcy <jdarcy@redhat.com>
Diffstat (limited to 'xlators/features/locks/src/posix.c')
-rw-r--r-- | xlators/features/locks/src/posix.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/features/locks/src/posix.c b/xlators/features/locks/src/posix.c index 149b6eb92a0..0f83b2aa9df 100644 --- a/xlators/features/locks/src/posix.c +++ b/xlators/features/locks/src/posix.c @@ -2951,9 +2951,6 @@ void __unwind_queued_locks (xlator_t *this, pl_inode_t *pl_inode, struct list_head *tmp_list) { - posix_lock_t *lock = NULL; - posix_lock_t *tmp = NULL; - if (list_empty (&pl_inode->queued_locks)) return; |