Move Neon SR2 tokens into its own class
[controller.git] / opendaylight / md-sal / sal-clustering-commons / src / main / java / org / opendaylight / controller / cluster / datastore / node / utils / stream / TokenTypes.java
index 8fc7d6d55bbcf6feb9343cd83301a34fc097ebba..43082affe14019ac0a51dc1b5a18273de86272df 100644 (file)
@@ -23,12 +23,4 @@ final class TokenTypes {
      * dictionary, too.
      */
     static final short NEON_SR2_VERSION = 2;
-
-    // Tokens supported in NEON_SR2_VERSION
-    static final byte IS_QNAME_CODE = 4;
-    static final byte IS_QNAME_VALUE = 5;
-    static final byte IS_AUGMENT_CODE = 6;
-    static final byte IS_AUGMENT_VALUE = 7;
-    static final byte IS_MODULE_CODE = 8;
-    static final byte IS_MODULE_VALUE = 9;
 }