From 47f76c95d88a8674a89c2b5772a04a07c3a8774c Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 30 Jan 2025 10:24:30 +0000 Subject: [PATCH] build: Remove fetching unused path Signed-off-by: Michael Tremer --- src/pakfire/build.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pakfire/build.c b/src/pakfire/build.c index 3b961ce3..1c508416 100644 --- a/src/pakfire/build.c +++ b/src/pakfire/build.c @@ -1219,8 +1219,6 @@ static int pakfire_build_package(struct pakfire_build* build, struct pakfire_par if (r) goto ERROR; - const char* path = pakfire_repo_get_path(build->repo); - // Write the archive r = pakfire_packager_write_archive(packager, &archive); if (r < 0) { -- 2.39.5