From: Michael Tremer Date: Thu, 21 Nov 2024 18:52:03 +0000 (+0000) Subject: tests: Remove double declaration X-Git-Tag: 0.9.30~792 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8c9be5b7e669d448bb3661fe618be5c54aaf8282;p=pakfire.git tests: Remove double declaration Signed-off-by: Michael Tremer --- 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));