Add YangError.getErrorTag()
[yangtools.git] / yang / yang-data-impl / src / main / java / org / opendaylight / yangtools / yang / data / impl / leafref / LeafRefPath.java
index 84452fda71bf657eeb7ebf00bff9ec70f0de5653..1b475e4447207ff9aafc69e05e48ec03b86a4bf2 100644 (file)
@@ -226,11 +226,6 @@ public abstract class LeafRefPath implements Immutable {
                 current = current.parent;
                 return ret;
             }
-
-            @Override
-            public void remove() {
-                throw new UnsupportedOperationException("Component removal not supported");
-            }
         };
     }