mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
builder: remove unused variables
Leftovers of the list_entries_short+list_entries_long split done in
commit 91aae893c7.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user