Skip to content

Commit

Permalink
comment out the call to the LRTableMaker
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Sep 5, 2024
1 parent 5239ce5 commit 6c2a94d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/runtime/c/pgf/reader.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -752,8 +752,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;
}
Expand Down

0 comments on commit 6c2a94d

Please sign in to comment.