[Pkg-libvirt-commits] [libguestfs] 213/233: mllib/uri-c.c: Remove unused variable.
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 19 21:12:25 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 f8bac1329e845734333bf9ab13909a5364a1fa53
Author: Richard W.M. Jones <rjones at redhat.com>
Date: Thu Feb 13 17:47:26 2014 +0000
mllib/uri-c.c: Remove unused variable.
---
mllib/uri-c.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/mllib/uri-c.c b/mllib/uri-c.c
index 15c2153..1ae7350 100644
--- a/mllib/uri-c.c
+++ b/mllib/uri-c.c
@@ -41,7 +41,6 @@ virt_resize_parse_uri (value argv /* arg value, not an array! */)
CAMLlocal4 (rv, sv, ssv, ov);
struct uri uri;
int r;
- size_t len;
r = parse_uri (String_val (argv), &uri);
if (r == -1)
--
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