alpm: drop unused variable

This commit is contained in:
Christian Hesse 2024-09-10 14:25:04 +02:00 committed by Martin Valba
parent a0e3809a56
commit bf9eb9cb56

View File

@ -395,7 +395,6 @@ static alpm_pkg_t *
pk_alpm_pkg_find_update (alpm_pkg_t *pkg, const alpm_list_t *dbs)
{
const gchar *name;
const alpm_list_t *i;
g_return_val_if_fail (pkg != NULL, NULL);