Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
No more need to drop temporary tables anymore as we don't use them
Baptiste Daroussin committed 13 years ago
commit 67632de0cc511de65d3d73c89732070490967adb
parent 48ad21a17b5316880767d048cae42f7c0b6fc29e
1 file changed +0 -5
modified libpkg/pkgdb.c
@@ -1417,11 +1417,6 @@ pkgdb_it_free(struct pkgdb_it *it)
	if (it == NULL)
		return;

-
	if (!sqlite3_db_readonly(it->sqlite, "main")) {
-
		sql_exec(it->sqlite, "DROP TABLE IF EXISTS delete_job; "
-
				"DROP TABLE IF EXISTS pkgjobs");
-
	}
-

	sqlite3_finalize(it->stmt);
	free(it);
}