mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
daemon: xattr: Remove unused variable.
Revealed by using ./configure --enable-gcc-warnings.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user