From ec3c22de591dd9514fa49d01cad208f924aacc57 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 29 Jun 2025 15:32:48 +0000 Subject: [PATCH] repo: Remove an unused variable Signed-off-by: Michael Tremer --- src/pakfire/repo.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.47.3