mbeckerle commented on a change in pull request #259: Incremental progress on 
schema compilation space/speed issue.
URL: https://github.com/apache/incubator-daffodil/pull/259#discussion_r301856741
 
 

 ##########
 File path: daffodil-core/src/main/scala/org/apache/daffodil/dsom/Term.scala
 ##########
 @@ -396,18 +381,18 @@ trait Term
   final lazy val laterSiblings = ListUtils.tailAfter(allSiblings, this)
   final lazy val laterElementSiblings = laterSiblings.collect { case elt: 
ElementBase => elt }
 
-  final lazy val laterSiblingsWithinEnclosingElement: Seq[Term] = {
-    enclosingElement.flatMap { ee =>
-      enclosingTerm.map { et =>
-        val eeGroup = ee.complexType.group
-        val res =
-          laterSiblings ++
-            (if (et eq eeGroup) Nil
-            else et.laterSiblingsWithinEnclosingElement)
-        res
-      }
-    }.getOrElse(Nil)
-  }
+  //  final lazy val laterSiblingsWithinEnclosingElement: Seq[Term] = {
+  //    enclosingElement.flatMap { ee =>
 
 Review comment:
   Odd. I will make sure this code is deleted. .

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to