1
0
forked from GitHub/gf-core

revert some unintended changes

This commit is contained in:
Krasimir Angelov
2024-01-05 11:05:11 +01:00
parent b5ed0dd0ea
commit 8e605eac88
2 changed files with 5 additions and 6 deletions

View File

@@ -753,8 +753,8 @@ ref<PgfConcr> PgfReader::read_concrete()
auto printnames = read_namespace<PgfConcrPrintname>(&PgfReader::read_printname);
concrete->printnames = printnames;
PgfLRTableMaker maker(abstract, concrete);
concrete->lrtable = maker.make();
// PgfLRTableMaker maker(abstract, concrete);
// concrete->lrtable = maker.make();
return concrete;
}