Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Remove old comment
Brad Davis committed 11 years ago
commit fa128988f0310f857b748c04524d3874fb772e06
parent 3d93eef6ee84d48d53c1002d47a59e3234bd879f
1 file changed +0 -3
modified src/fetch.c
@@ -140,9 +140,6 @@ exec_fetch(int argc, char **argv)
		return (EX_USAGE);
	}

-
	/* TODO: Allow the user to specify an output directory via -o
-
	   outdir */
-

	if (auto_update)
		mode = PKGDB_MODE_READ|PKGDB_MODE_WRITE|PKGDB_MODE_CREATE;
	else