daemon: xattr: Remove unused variable.

Revealed by using ./configure --enable-gcc-warnings.
This commit is contained in:
Richard W.M. Jones
2014-01-10 21:19:43 +00:00
parent 59d8cf62cb
commit cea270de3b

View File

@@ -241,7 +241,6 @@ _listxattrs (const char *path,
ssize_t (*listxattr) (const char *path, char *list, size_t size),
ssize_t *size)
{
int r;
char *buf = NULL;
ssize_t len;