stevedlawrence commented on a change in pull request #30: Performance
improvements around FormatInfo change.
URL: https://github.com/apache/incubator-daffodil/pull/30#discussion_r163836958
##########
File path:
daffodil-core/src/main/scala/edu/illinois/ncsa/daffodil/dsom/RuntimePropertyMixins.scala
##########
@@ -131,11 +130,11 @@ trait TermRuntimeValuedPropertiesMixin
} else
Nope
- final lazy val checkEncodingEv = {
- val ev = new CheckEncodingEv(termRuntimeData, alignmentValueInBits,
charsetEv)
- ev.compile()
- ev
- }
+ // final lazy val checkEncodingEv = {
+ // val ev = new CheckEncodingEv(termRuntimeData, alignmentValueInBits,
charsetEv)
+ // ev.compile()
+ // ev
+ // }
Review comment:
Remove
----------------------------------------------------------------
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