mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-08 18:52:50 -06:00
robustness by reinitializing the locks if dead processes are found
This commit is contained in:
@@ -153,9 +153,6 @@ PgfDB *pgf_read_ngf(const char *fpath,
|
||||
|
||||
{
|
||||
DB_scope scope(db, WRITER_SCOPE);
|
||||
|
||||
db->cleanup_revisions();
|
||||
|
||||
ref<PgfPGF> pgf = db->get_active_revision();
|
||||
*revision = db->register_revision(pgf.tagged(), PgfDB::get_txn_id());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user