Remove YangModeledAnyxmlSchemaNode
[yangtools.git] / yang / yang-data-codec-binfmt / src / main / java / org / opendaylight / yangtools / yang / data / codec / binfmt / MagnesiumNode.java
index ab8cc0b18d42ad368a90ffba1cc1dfbc8ecadf81..6292cbdbe021c5516ce4df10997d618397a1ba5c 100644 (file)
@@ -79,8 +79,8 @@ final class MagnesiumNode {
     static final byte NODE_LEAFSET_ENTRY   = 0x0C;
     static final byte NODE_MAP_ENTRY       = 0x0D;
 
-    // TODO: either implement or remove this coding. While Lithium has emit code, it lacks the code do read such nodes,
-    //       which most probably means we do not need to bother ...
+    // Note: unused as of yangtools-7.0.0
+    @Deprecated
     static final byte NODE_ANYXML_MODELED  = 0x0E;
     // 0x0F reserved for anydata
     static final byte TYPE_MASK            = 0x0F;