diff options
author | Adrian Thurston <thurston@complang.org> | 2013-02-27 20:35:06 -0500 |
---|---|---|
committer | Adrian Thurston <thurston@complang.org> | 2013-02-27 20:35:06 -0500 |
commit | 03bd1e9470b6907606fe6e2efd5e4fa383cab4d1 (patch) | |
tree | b03018099822f989c2faf24872db341a36fc2f1d /colm/pdacodegen.cc | |
parent | 26727ab4c6fc6e82e023e121e8eae4c4e621c4bc (diff) | |
download | colm-03bd1e9470b6907606fe6e2efd5e4fa383cab4d1.tar.gz |
removed isIgnoreOnly and isCiOnly from RegionInfo
Diffstat (limited to 'colm/pdacodegen.cc')
-rw-r--r-- | colm/pdacodegen.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/colm/pdacodegen.cc b/colm/pdacodegen.cc index 45857701..8bd4497f 100644 --- a/colm/pdacodegen.cc +++ b/colm/pdacodegen.cc @@ -353,8 +353,6 @@ void PdaCodeGen::writeRuntimeData( RuntimeData *runtimeData, PdaTables *pdaTable for ( int i = 0; i < runtimeData->numRegions; i++ ) { out << "\t{ " << runtimeData->regionInfo[i].defaultToken << ", " << runtimeData->regionInfo[i].eofFrameId << - ", " << runtimeData->regionInfo[i].isIgnoreOnly << - ", " << runtimeData->regionInfo[i].isCiOnly << ", " << runtimeData->regionInfo[i].ciLelId << " }"; |