stevedlawrence commented on a change in pull request #228: Incremental progress 
on Daffodil 1444 schema compiler space/speed issue.
URL: https://github.com/apache/incubator-daffodil/pull/228#discussion_r294754339
 
 

 ##########
 File path: 
daffodil-runtime1/src/main/scala/org/apache/daffodil/infoset/InfosetImpl.scala
 ##########
 @@ -252,14 +252,14 @@ sealed trait DITerm {
   def trd: TermRuntimeData
   final def termRuntimeData = trd
 
-  protected final def dafPrefix = {
-    val ee = trd.dpathCompileInfo.immediateEnclosingCompileInfo.getOrElse {
-      trd.dpathCompileInfo
-    }
-    val pre = ee.namespaces.getPrefix(XMLUtils.dafintURI.uri.toString())
-    Assert.invariant(pre ne null)
-    pre
-  }
+  //  protected final def dafPrefix = {
+  //    val ee = trd.dpathCompileInfo.immediateEnclosingCompileInfo.getOrElse {
+  //      trd.dpathCompileInfo
+  //    }
+  //    val pre = ee.namespaces.getPrefix(XMLUtils.dafintURI.uri.toString())
+  //    Assert.invariant(pre ne null)
+  //    pre
+  //  }
 
 Review comment:
   Remove commented code?

----------------------------------------------------------------
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