summaryrefslogtreecommitdiffstats
path: root/xlators/features/marker/src/marker-quota.c
diff options
context:
space:
mode:
authorJunaid <junaid@gluster.com>2011-08-04 10:57:03 +0530
committerAnand Avati <avati@gluster.com>2011-08-03 23:32:50 -0700
commitdbee83598ad9a09484783d72aabab1ce9c4630f1 (patch)
tree3a3c426442d71c32e7c39ce1ebe117bbe7299201 /xlators/features/marker/src/marker-quota.c
parent9261c453de2e95daaae3238479fc60179eeeb3d2 (diff)
features/marker-quota: Remove unused variable volname.
Change-Id: Id0ad3b9c00ab86baec7311998194b777948a5869 Reviewed-on: http://review.gluster.com/153 Tested-by: Gluster Build System <jenkins@build.gluster.com> Reviewed-by: Anand Avati <avati@gluster.com>
Diffstat (limited to 'xlators/features/marker/src/marker-quota.c')
-rw-r--r--xlators/features/marker/src/marker-quota.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/xlators/features/marker/src/marker-quota.c b/xlators/features/marker/src/marker-quota.c
index d7ae239ebda..9adf52b063a 100644
--- a/xlators/features/marker/src/marker-quota.c
+++ b/xlators/features/marker/src/marker-quota.c
@@ -2180,8 +2180,6 @@ out:
int32_t
init_quota_priv (xlator_t *this)
{
- strcpy (volname, "quota");
-
return 0;
}