From: Michael Tremer Date: Mon, 27 Jan 2025 17:26:24 +0000 (+0000) Subject: deps: Remove unused variable X-Git-Tag: 0.9.30~336 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ea6709c89c158bb33c145280f16d6e22ff8ec84c;p=pakfire.git deps: Remove unused variable Signed-off-by: Michael Tremer --- 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) {