xbps-{bin,repo}: remove dead code.
This commit is contained in:
@@ -159,6 +159,7 @@ show_pkg_files(prop_dictionary_t filesd)
|
||||
printf("\n");
|
||||
}
|
||||
}
|
||||
prop_object_release(allkeys);
|
||||
|
||||
return 0;
|
||||
}
|
||||
@@ -193,17 +194,6 @@ find_longest_pkgver(prop_object_t o)
|
||||
return len;
|
||||
}
|
||||
|
||||
int
|
||||
list_strings_in_array(prop_object_t obj, void *arg, bool *loop_done)
|
||||
{
|
||||
(void)arg;
|
||||
(void)loop_done;
|
||||
|
||||
print_package_line(prop_string_cstring_nocopy(obj), false);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
int
|
||||
list_strings_sep_in_array(prop_object_t obj, void *arg, bool *loop_done)
|
||||
{
|
||||
|
Reference in New Issue
Block a user