[Pkg-libvirt-commits] [libguestfs] 174/233: builder: remove unused variables
Hilko Bengen
bengen at moszumanska.debian.org
Wed Feb 19 21:12:05 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 bed8a168c0ed76e784adcc046256432f615e3314
Author: Pino Toscano <ptoscano at redhat.com>
Date: Thu Jan 30 17:06:42 2014 +0100
builder: remove unused variables
Leftovers of the list_entries_short+list_entries_long split done in
commit 91aae893c70b3877b31803800ba77836fd7a45e8.
---
builder/list_entries.ml | 3 ---
1 file changed, 3 deletions(-)
diff --git a/builder/list_entries.ml b/builder/list_entries.ml
index 7317cc7..27ea95e 100644
--- a/builder/list_entries.ml
+++ b/builder/list_entries.ml
@@ -48,9 +48,6 @@ let rec list_entries ~list_format ~sources index =
and list_entries_short index =
List.iter (
fun (name, { Index_parser.printable_name = printable_name;
- size = size;
- compressed_size = compressed_size;
- notes = notes;
hidden = hidden }) ->
if not hidden then (
printf "%-24s" name;
--
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