Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove dead code
Baptiste Daroussin committed 11 years ago
commit 8ea8be130eabb7e6dd6300236bb20c9645417352
parent 484c9ac
1 file changed +0 -2
modified libpkg/pkg_add.c
@@ -141,7 +141,6 @@ do_extract(struct archive *a, struct archive_entry *ae, const char *location,
	int	retcode = EPKG_OK;
	int	ret = 0, cur_file = 0;
	char	path[MAXPATHLEN], pathname[MAXPATHLEN], rpath[MAXPATHLEN];
-
	const char *name;
	struct stat st;
	bool renamed = false;
	const struct pkg_file *lf, *rf;
@@ -156,7 +155,6 @@ do_extract(struct archive *a, struct archive_entry *ae, const char *location,
	if (nfiles == 0)
		return (EPKG_OK);

-
	pkg_get(pkg, PKG_NAME, &name);
	pkg_emit_extract_begin(pkg);
	pkg_emit_progress_start(NULL);