PgfDB::sync is now moved to the desctructor for DB_scope

This commit is contained in:
krangelov
2021-09-11 18:20:28 +02:00
parent 4e443374de
commit 6cfa250b28
3 changed files with 22 additions and 23 deletions

View File

@@ -87,8 +87,6 @@ PgfDB *pgf_boot_ngf(const char* pgf_path, const char* ngf_path,
PgfDB::set_revision(pgf);
*revision = pgf.as_object();
PgfDB::sync();
}
return db;