alpm: drop unused variable

This commit is contained in:
Christian Hesse 2024-09-10 14:25:04 +02:00 committed by Neal Gompa (ニール・ゴンパ)
parent 209aa62950
commit 4197c41193

View File

@ -373,7 +373,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);