builder: remove unused variables

Leftovers of the list_entries_short+list_entries_long split done in
commit 91aae893c7.
This commit is contained in:
Pino Toscano
2014-01-30 17:06:42 +01:00
parent 07ef60c63f
commit bed8a168c0

View File

@@ -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;