summaryrefslogtreecommitdiff
path: root/colm/pdarun.h
diff options
context:
space:
mode:
authorAdrian Thurston <thurston@complang.org>2013-02-27 20:35:06 -0500
committerAdrian Thurston <thurston@complang.org>2013-02-27 20:35:06 -0500
commit03bd1e9470b6907606fe6e2efd5e4fa383cab4d1 (patch)
treeb03018099822f989c2faf24872db341a36fc2f1d /colm/pdarun.h
parent26727ab4c6fc6e82e023e121e8eae4c4e621c4bc (diff)
downloadcolm-03bd1e9470b6907606fe6e2efd5e4fa383cab4d1.tar.gz
removed isIgnoreOnly and isCiOnly from RegionInfo
Diffstat (limited to 'colm/pdarun.h')
-rw-r--r--colm/pdarun.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/colm/pdarun.h b/colm/pdarun.h
index 0e209ab1..6ce27e93 100644
--- a/colm/pdarun.h
+++ b/colm/pdarun.h
@@ -218,8 +218,6 @@ typedef struct _RegionInfo
{
long defaultToken;
long eofFrameId;
- int isIgnoreOnly;
- int isCiOnly;
int ciLelId;
} RegionInfo;