From: Michael Tremer Date: Sun, 29 Jun 2025 15:32:48 +0000 (+0000) Subject: repo: Remove an unused variable X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=ec3c22de591dd9514fa49d01cad208f924aacc57;p=people%2Fms%2Fpakfire.git repo: Remove an unused variable Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/repo.c b/src/pakfire/repo.c index 21bcbc93..27af7710 100644 --- a/src/pakfire/repo.c +++ b/src/pakfire/repo.c @@ -440,7 +440,6 @@ int pakfire_repo_import(pakfire_ctx* ctx, pakfire_root* root, pakfire_config* co .ctx = ctx, .root = root, }; - int r; // Import all repositories from the configuration return pakfire_config_walk_sections(config, __pakfire_repo_import, &state);