From db610ee85447de413e56b7cee26175fcb6dbb04a Mon Sep 17 00:00:00 2001 From: Prasanna Kumar Kalever Date: Mon, 17 Aug 2015 11:16:27 +0530 Subject: remove unused variables Cleaning dead initializations. Change-Id: I53ae506593cd10441d61df3b2c9249544a7871f7 BUG: 1254067 Signed-off-by: Prasanna Kumar Kalever Reviewed-on: http://review.gluster.org/11932 Tested-by: Prasanna Kumar Kalever NetBSD-regression: NetBSD Build System CentOS-regression: Gluster Build System Smoke: Gluster Build System Reviewed-by: Raghavendra Talur --- xlators/features/changelog/lib/src/gf-changelog-reborp.c | 1 - xlators/features/quota/src/quota.c | 1 - 2 files changed, 2 deletions(-) (limited to 'xlators') diff --git a/xlators/features/changelog/lib/src/gf-changelog-reborp.c b/xlators/features/changelog/lib/src/gf-changelog-reborp.c index 4c49e9a533f..28ebcfd0146 100644 --- a/xlators/features/changelog/lib/src/gf-changelog-reborp.c +++ b/xlators/features/changelog/lib/src/gf-changelog-reborp.c @@ -103,7 +103,6 @@ gf_changelog_reborp_rpcsvc_notify (rpcsvc_t *rpc, void *mydata, xlator_t *this = NULL; gf_private_t *priv = NULL; gf_changelog_t *entry = NULL; - char sock[UNIX_PATH_MAX] = {0,}; if (!(event == RPCSVC_EVENT_ACCEPT || event == RPCSVC_EVENT_DISCONNECT)) diff --git a/xlators/features/quota/src/quota.c b/xlators/features/quota/src/quota.c index 47436fd5783..e67a4325fc7 100644 --- a/xlators/features/quota/src/quota.c +++ b/xlators/features/quota/src/quota.c @@ -4293,7 +4293,6 @@ quota_statfs_cbk (call_frame_t *frame, void *cookie, xlator_t *this, int64_t blocks = 0; quota_inode_ctx_t *ctx = NULL; int ret = 0; - quota_local_t *local = frame->local; inode = cookie; -- cgit