Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
update: remove unused variable
Baptiste Daroussin committed 1 year ago
commit 3ae5eeac12351f0af24dea2f06a705dd8f6ed270
parent 2ac1082
1 file changed +0 -1
modified libpkg/repo/binary/update.c
@@ -535,7 +535,6 @@ pkg_repo_binary_update_proceed(const char *name, struct pkg_repo *repo,
	char *line = NULL;
	size_t linecap = 0;
	ssize_t linelen, totallen = 0;
-
	FILE *fs = NULL;
	struct pkg_repo_content prc;

	pkg_debug(1, "Pkgrepo, begin update of '%s'", name);