diff options
Diffstat (limited to 'xlators/system/posix-acl/src/posix-acl.c')
| -rw-r--r-- | xlators/system/posix-acl/src/posix-acl.c | 3 | 
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 8648485cf79..d695f6200e1 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;  | 
