From 8c9be5b7e669d448bb3661fe618be5c54aaf8282 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 21 Nov 2024 18:52:03 +0000 Subject: [PATCH] tests: Remove double declaration Signed-off-by: Michael Tremer --- tests/libpakfire/db.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/libpakfire/db.c b/tests/libpakfire/db.c index 909a9ab25..795790b89 100644 --- a/tests/libpakfire/db.c +++ b/tests/libpakfire/db.c @@ -82,7 +82,6 @@ static int test_add_package(const struct test* t) { struct pakfire_db* db = NULL; struct pakfire_repo* repo = NULL; struct pakfire_archive* archive = NULL; - struct pakfire_package* package = NULL; int r = EXIT_FAILURE; ASSERT(repo = pakfire_get_repo(t->pakfire, PAKFIRE_REPO_DUMMY)); -- 2.39.5