You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by GitBox <gi...@apache.org> on 2020/01/02 19:31:58 UTC

[GitHub] [incubator-daffodil] stevedlawrence commented on a change in pull request #311: Fix unparsing nested arrays when separatorSuppressionPolicy="never"

stevedlawrence commented on a change in pull request #311: Fix unparsing nested arrays when separatorSuppressionPolicy="never"
URL: https://github.com/apache/incubator-daffodil/pull/311#discussion_r362599108
 
 

 ##########
 File path: daffodil-runtime1-unparser/src/main/scala/org/apache/daffodil/processors/unparsers/SeparatedSequenceUnparsers.scala
 ##########
 @@ -260,7 +260,6 @@ class OrderedSeparatedSequenceUnparser(
           val erd = unparser.erd
           var numOccurrences = 0
           val maxReps = unparser.maxRepeats(state)
-          val isBounded = unparser.isBoundedMax
 
 Review comment:
   Notice this variable was never used. Unrelate to the fix, but thought I'd clean this up and remove it while I'm here.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services