chiark / gitweb /
partial revert of fed6df8
[elogind.git] / src / tmpfiles / tmpfiles.c
index 930b9a662a20ec90175f0e2c956b445b94392457..96b1fb4d3f338da40bb0d55d122440cedc8369c8 100644 (file)
@@ -682,7 +682,6 @@ static int path_set_xattrs(Item *i, const char *path) {
 static int get_acls_from_arg(Item *item) {
 #ifdef HAVE_ACL
         int r;
-        _cleanup_(acl_freep) acl_t a = NULL, d = NULL;
 
         assert(item);