jadams-tresys commented on a change in pull request #100: Moved
pushDiscriminator to fix separators bug.
URL: https://github.com/apache/incubator-daffodil/pull/100#discussion_r210256069
##########
File path:
daffodil-runtime1/src/main/scala/org/apache/daffodil/processors/parsers/SequenceParserBases.scala
##########
@@ -123,7 +123,7 @@ abstract class OrderedSequenceParserBase(
// This is the same object as the priorState before the first
// occurrence.
//
- var beforeArrayState: PState.Mark = null
+ // var beforeArrayState: PState.Mark = null
Review comment:
Any reason to keep this commented out line?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services