Github user stevedlawrence commented on a diff in the pull request:
https://github.com/apache/incubator-daffodil/pull/12#discussion_r154091772
--- Diff:
daffodil-core/src/main/scala/edu/illinois/ncsa/daffodil/grammar/ByteOrderMixin.scala
---
@@ -71,17 +69,17 @@ trait ByteOrderAnalysisMixin extends GrammarMixin {
self: Term =>
}
-trait ByteOrderMixin extends ByteOrderAnalysisMixin { self: ElementBase =>
--- End diff --
Can we also delete the ByteOrderAnalysisMixin above, and thus this whole
file? I think that's just for determining if a byte order change parser is
needed, which no longer exists.
---