summaryrefslogtreecommitdiffstats
path: root/xlators/system/posix-acl/src/posix-acl.c
diff options
context:
space:
mode:
Diffstat (limited to 'xlators/system/posix-acl/src/posix-acl.c')
-rw-r--r--xlators/system/posix-acl/src/posix-acl.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/xlators/system/posix-acl/src/posix-acl.c b/xlators/system/posix-acl/src/posix-acl.c
index 8648485cf..d695f6200 100644
--- a/xlators/system/posix-acl/src/posix-acl.c
+++ b/xlators/system/posix-acl/src/posix-acl.c
@@ -362,11 +362,8 @@ posix_acl_ref (xlator_t *this, struct posix_acl *acl)
struct posix_acl *
posix_acl_dup (xlator_t *this, struct posix_acl *acl)
{
- struct posix_acl_conf *conf = NULL;
struct posix_acl *dup = NULL;
- conf = this->private;
-
dup = posix_acl_new (this, acl->count);
if (!dup)
return NULL;