summaryrefslogtreecommitdiff
path: root/colm/pdabuild.cc
diff options
context:
space:
mode:
Diffstat (limited to 'colm/pdabuild.cc')
-rw-r--r--colm/pdabuild.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/colm/pdabuild.cc b/colm/pdabuild.cc
index 560b8761..1dbd649e 100644
--- a/colm/pdabuild.cc
+++ b/colm/pdabuild.cc
@@ -230,7 +230,6 @@ void Compiler::makeLangElIds()
assert( intLangEl->id == LEL_ID_INT );
assert( strLangEl->id == LEL_ID_STR );
assert( streamLangEl->id == LEL_ID_STREAM );
- assert( inputLangEl->id == LEL_ID_INPUT );
assert( ignoreLangEl->id == LEL_ID_IGNORE );
}