From ea6709c89c158bb33c145280f16d6e22ff8ec84c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 27 Jan 2025 17:26:24 +0000 Subject: [PATCH] deps: Remove unused variable Signed-off-by: Michael Tremer --- src/pakfire/deps.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pakfire/deps.c b/src/pakfire/deps.c index bfffa78c..6a8dc920 100644 --- a/src/pakfire/deps.c +++ b/src/pakfire/deps.c @@ -65,7 +65,6 @@ static const struct pakfire_rich_operation { */ int pakfire_static_version_compare(const char* evr1, const char* evr2) { static Pool* pool = NULL; - int r; // Initialize the pool if (!pool) { -- 2.39.5