Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove the unused `force' variable in exec_fetch().
Alexandre Perrin committed 13 years ago
commit d95ce4c15a349b8d84b41fdd1034dd7e5bc3b2ed
parent 3af206d
1 file changed +0 -2
modified pkg/fetch.c
@@ -59,7 +59,6 @@ exec_fetch(int argc, char **argv)
	int		 ch;
	int		 retcode = EX_SOFTWARE;
	bool		 auto_update;
-
	bool		 force = false;
	bool		 upgrades_for_installed = false;
	bool		 yes;
	unsigned	 mode;
@@ -76,7 +75,6 @@ exec_fetch(int argc, char **argv)
			break;
		case 'd':
			f |= PKG_FLAG_WITH_DEPS;
-
			force = true;
			break;
		case 'g':
			match = MATCH_GLOB;