Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Remove more useless comments
Baptiste Daroussin committed 11 years ago
commit f8b90d7b79edffe20bc558ac204b2a10aa5e2329
parent 7feb1f2
1 file changed +0 -3
modified libpkg/repo/binary/update.c
@@ -489,9 +489,6 @@ pkg_repo_binary_update_proceed(const char *name, struct pkg_repo *repo,

	pkg_emit_progress_start("Processing entries");

-
	/*sql_exec(sqlite, "PRAGMA synchronous = OFF;");
-
	sql_exec(sqlite, "PRAGMA journal_mode = DELETE;");
-
	sql_exec(sqlite, "PRAGMA temp_store = MEMORY;");*/
	sql_exec(sqlite, "PRAGMA page_size = %d;", getpagesize());
	sql_exec(sqlite, "PRAGMA cache_size = 10000;");
	sql_exec(sqlite, "PRAGMA foreign_keys = OFF;");