From: Michael Tremer Date: Thu, 30 Jan 2025 10:24:30 +0000 (+0000) Subject: build: Remove fetching unused path X-Git-Tag: 0.9.30~275 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47f76c95d88a8674a89c2b5772a04a07c3a8774c;p=pakfire.git build: Remove fetching unused path Signed-off-by: Michael Tremer --- 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) {