mbeckerle commented on a change in pull request #223: Daffodil 1444 schema comp 
simple types
URL: https://github.com/apache/incubator-daffodil/pull/223#discussion_r289568246
 
 

 ##########
 File path: 
daffodil-core/src/main/scala/org/apache/daffodil/dsom/SimpleTypes.scala
 ##########
 @@ -61,12 +61,12 @@ trait TypeBase {
 }
 
 trait NonPrimTypeMixin {
-  def elementDecl: ElementDeclMixin
+  // def elementDecl: ElementDeclMixin
 
-  def elementBase: ElementBase = elementDecl match {
-    case eb: ElementBase => eb
-    case ged: GlobalElementDecl => ged.elementRef
-  }
+  //  def elementBase: ElementBase = elementDecl match {
+  //    case eb: ElementBase => eb
+  //    case ged: GlobalElementDecl => ged.elementRef
+  //  }
 }
 
 Review comment:
   delete commented out code in this file.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to