]> git.ipfire.org Git - pakfire.git/commitdiff
deps: Remove unused variable
authorMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Jan 2025 17:26:24 +0000 (17:26 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Mon, 27 Jan 2025 17:26:24 +0000 (17:26 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/deps.c

index bfffa78c8cd95e0891e51101a807c954ea93ec49..6a8dc920956553cc8a82c4475b133022277ca087 100644 (file)
@@ -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) {