[Pkg-libvirt-commits] [libguestfs] 21/233: daemon: xattr: Remove unused variable.

Hilko Bengen bengen at moszumanska.debian.org
Wed Feb 19 21:10:42 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit cea270de3be3ca3c2b2e6555418c4b4eb8da7509
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Jan 10 21:19:43 2014 +0000

    daemon: xattr: Remove unused variable.
    
    Revealed by using ./configure --enable-gcc-warnings.
---
 daemon/xattr.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/daemon/xattr.c b/daemon/xattr.c
index e01e9e2..ebacc02 100644
--- a/daemon/xattr.c
+++ b/daemon/xattr.c
@@ -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;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list