summaryrefslogtreecommitdiff
path: root/colm/pdabuild.cc
diff options
context:
space:
mode:
Diffstat (limited to 'colm/pdabuild.cc')
-rw-r--r--colm/pdabuild.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/colm/pdabuild.cc b/colm/pdabuild.cc
index c77d1f4d..4a82a077 100644
--- a/colm/pdabuild.cc
+++ b/colm/pdabuild.cc
@@ -1365,8 +1365,6 @@ void Compiler::makeRuntimeData()
runtimeData->regionInfo[regId].defaultToken =
reg->defaultTokenInstance == 0 ? -1 : reg->defaultTokenInstance->tokenDef->tdLangEl->id;
runtimeData->regionInfo[regId].eofFrameId = -1;
- runtimeData->regionInfo[regId].isIgnoreOnly = reg->isIgnoreOnly;
- runtimeData->regionInfo[regId].isCiOnly = reg->isCiOnly;
runtimeData->regionInfo[regId].ciLelId = reg->isCiOnly ? reg->derivedFrom->ciLel->id : 0;
CodeBlock *block = reg->preEofBlock;